Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp171 if (!SC.hasChecksums() || !SC.hasStrings()) in SymbolGroup()
177 if (SC.hasChecksums() && SC.hasStrings()) in SymbolGroup()
219 if (!SC.hasChecksums()) in rebuildChecksumMap()
241 if (!SC.hasChecksums()) { in getNameFromChecksums()
275 if (!SC.hasChecksums()) { in formatFromChecksumsOffset()
/freebsd-14.2/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.cpp214 if (CP.StringsAndChecksums.hasChecksums() && in layoutCOFF()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1347 if (!cii.m_strings.hasChecksums() || !cii.m_strings.hasStrings()) in GetFileIndex()