Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h70 bool hasChecksums() const { return Checksums != nullptr; } in hasChecksums() function
98 bool hasChecksums() const { return Checksums != nullptr; } in hasChecksums() function
/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()
218 if (!SC.hasChecksums()) in rebuildChecksumMap()
240 if (!SC.hasChecksums()) { in getNameFromChecksums()
274 if (!SC.hasChecksums()) { in formatFromChecksumsOffset()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp415 assert(SC.hasStrings() && SC.hasChecksums()); in toCodeViewSubsection()
446 assert(SC.hasChecksums()); in toCodeViewSubsection()
946 if (SC.hasStrings() && !SC.hasChecksums()) { in initializeStringsAndChecksums()
H A DCOFFEmitter.cpp217 if (CP.StringsAndChecksums.hasChecksums() && in layoutCOFF()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp109 if (SC.hasStrings() && SC.hasChecksums()) in initializeFileAndStringTable()