Holds non‐owning references to CodeView string‐table and checksums subsections, discovering either from a fragment range when needed.

Synopsis

Declared in <llvm/DebugInfo/CodeView/StringsAndChecksums.h>

class StringsAndChecksumsRef;

Member Functions

Name

Description

StringsAndChecksumsRef [constructor]

Constructors

checksums

Return the associated file checksums subsection reference.

hasChecksums

Return true if a file checksums subsection has been set.

hasStrings

Return true if a string table subsection has been set.

initialize

Discover string table and checksums subsections from FragmentRange.

reset

Clear both the string table and checksums subsection references.

resetChecksums

Clear only the file checksums subsection reference.

resetStrings

Clear only the string table subsection reference.

setChecksums

Set the file checksums subsection reference to CS.

setStrings

Set the string table subsection reference to Strings.

strings

Return the associated string table subsection reference.

Created with MrDocs