Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h72 bool hasChecksums() const { return Checksums != nullptr; } in hasChecksums() function
100 bool hasChecksums() const { return Checksums != nullptr; } in hasChecksums() function
/freebsd/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/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp413 assert(SC.hasStrings() && SC.hasChecksums()); in toCodeViewSubsection()
444 assert(SC.hasChecksums()); in toCodeViewSubsection()
942 if (SC.hasStrings() && !SC.hasChecksums()) { in initializeStringsAndChecksums()
H A DCOFFEmitter.cpp208 if (CP.StringsAndChecksums.hasChecksums() && in layoutCOFF()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1341 if (!cii.m_strings.hasChecksums() || !cii.m_strings.hasStrings()) in GetFileIndex()