Home
last modified time | relevance | path

Searched refs:getSubsectionsArray (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp110 for (const auto &ss : item.m_debug_stream.getSubsectionsArray()) { in ParseInlineeLineTableForCompileUnit()
167 cci->m_strings.initialize(cci->m_debug_stream.getSubsectionsArray()); in GetOrCreateCompiland()
H A DSymbolFileNativePDB.cpp1197 cii->m_debug_stream.getSubsectionsArray()) { in ParseLineTable()
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h62 codeview::DebugSubsectionArray getSubsectionsArray() const { in getSubsectionsArray() function
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp45 for (const auto &SS : ModS.getSubsectionsArray()) { in findInlineeByTypeIndex()
H A DInputFile.cpp213 Subsections = DebugStream->getSubsectionsArray(); in initializeForPdb()
H A DSymbolCache.cpp470 for (const auto &SS : ExpectedModS->getSubsectionsArray()) { in findLineTable()