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.h69 bool hasStrings() const { return Strings != nullptr; } in hasStrings() function
97 bool hasStrings() const { return Strings != nullptr; } in hasStrings() function
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp404 assert(SC.hasStrings()); in toCodeViewSubsection()
415 assert(SC.hasStrings() && SC.hasChecksums()); in toCodeViewSubsection()
477 assert(SC.hasStrings()); in toCodeViewSubsection()
511 assert(SC.hasStrings()); in toCodeViewSubsection()
934 if (!SC.hasStrings()) { in initializeStringsAndChecksums()
946 if (SC.hasStrings() && !SC.hasChecksums()) { in initializeStringsAndChecksums()
H A DCOFFEmitter.cpp215 CP.StringsAndChecksums.hasStrings()) in layoutCOFF()
224 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.cpp1347 if (!cii.m_strings.hasChecksums() || !cii.m_strings.hasStrings()) in GetFileIndex()