Constructors
Synopses
Declared in <llvm/DebugInfo/CodeView/StringsAndChecksums.h>
Construct a reference with no known string table or checksums subsections.
Construct a reference that already knows the string table subsection.
explicit
StringsAndChecksumsRef(DebugStringTableSubsectionRef const& Strings);
Construct a reference that already knows both subsections.
StringsAndChecksumsRef(
DebugStringTableSubsectionRef const& Strings,
DebugChecksumsSubsectionRef const& Checksums);
Parameters
Name |
Description |
Strings |
Known string table subsection reference. |
Checksums |
Known file checksums subsection reference. |
Created with MrDocs