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 |
|
Constructors |
Return the associated file checksums subsection reference. |
|
Return true if a file checksums subsection has been set. |
|
Return true if a string table subsection has been set. |
|
Discover string table and checksums subsections from |
|
Clear both the string table and checksums subsection references. |
|
Clear only the file checksums subsection reference. |
|
Clear only the string table subsection reference. |
|
Set the file checksums subsection reference to |
|
Set the string table subsection reference to |
|
Return the associated string table subsection reference. |
Created with MrDocs