Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h71 bool hasStrings() const { return Strings != nullptr; } in hasStrings() function
99 bool hasStrings() const { return Strings != nullptr; } in hasStrings() function
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp402 assert(SC.hasStrings()); in toCodeViewSubsection()
413 assert(SC.hasStrings() && SC.hasChecksums()); in toCodeViewSubsection()
475 assert(SC.hasStrings()); in toCodeViewSubsection()
509 assert(SC.hasStrings()); in toCodeViewSubsection()
930 if (!SC.hasStrings()) { in initializeStringsAndChecksums()
942 if (SC.hasStrings() && !SC.hasChecksums()) { in initializeStringsAndChecksums()
H A DCOFFEmitter.cpp209 CP.StringsAndChecksums.hasStrings()) in layoutCOFF()
218 assert(CP.StringsAndChecksums.hasStrings() && in layoutCOFF()
/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()
197 if (!SC.hasStrings()) { in initializeForPdb()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1341 if (!cii.m_strings.hasChecksums() || !cii.m_strings.hasStrings()) in GetFileIndex()