Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h67 bool hasStrings() const { return Strings != nullptr; } in hasStrings() function
95 bool hasStrings() const { return Strings != nullptr; } in hasStrings() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp144 if (!SC.hasChecksums() || !SC.hasStrings()) in SymbolGroup()
150 if (SC.hasChecksums() && SC.hasStrings()) in SymbolGroup()
170 if (!SC.hasStrings()) { in initializeForPdb()
/netbsd-src/external/apache2/llvm/dist/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.cpp225 CP.StringsAndChecksums.hasStrings()) in layoutCOFF()
234 assert(CP.StringsAndChecksums.hasStrings() && in layoutCOFF()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp107 if (SC.hasStrings() && SC.hasChecksums()) in initializeFileAndStringTable()