Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h68 bool hasChecksums() const { return Checksums != nullptr; } in hasChecksums() function
96 bool hasChecksums() const { return Checksums != nullptr; } in hasChecksums() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp144 if (!SC.hasChecksums() || !SC.hasStrings()) in SymbolGroup()
150 if (SC.hasChecksums() && SC.hasStrings()) in SymbolGroup()
192 if (!SC.hasChecksums()) in rebuildChecksumMap()
228 if (!SC.hasChecksums()) { in formatFromChecksumsOffset()
/freebsd-13.1/contrib/llvm-project/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.cpp224 if (CP.StringsAndChecksums.hasChecksums() && in layoutCOFF()