Home
last modified time | relevance | path

Searched refs:hasStrings (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h69 bool hasStrings() const { return Strings != nullptr; } in hasStrings() function
97 bool hasStrings() const { return Strings != nullptr; } in hasStrings() function
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp404 assert(SC.hasStrings()); in toCodeViewSubsection()
415 assert(SC.hasStrings() && SC.hasChecksums()); in toCodeViewSubsection()
477 assert(SC.hasStrings()); in toCodeViewSubsection()
511 assert(SC.hasStrings()); in toCodeViewSubsection()
934 if (!SC.hasStrings()) { in initializeStringsAndChecksums()
946 if (SC.hasStrings() && !SC.hasChecksums()) { in initializeStringsAndChecksums()
H A DCOFFEmitter.cpp218 CP.StringsAndChecksums.hasStrings()) in layoutCOFF()
227 assert(CP.StringsAndChecksums.hasStrings() && in layoutCOFF()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp170 if (!SC.hasChecksums() || !SC.hasStrings()) in SymbolGroup()
176 if (SC.hasChecksums() && SC.hasStrings()) in SymbolGroup()
196 if (!SC.hasStrings()) { in initializeForPdb()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp109 if (SC.hasStrings() && SC.hasChecksums()) in initializeFileAndStringTable()