Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h59 codeview::DebugSubsectionArray getSubsectionsArray() const { in getSubsectionsArray() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp39 for (const auto &SS : ModS.getSubsectionsArray()) { in findInlineeByTypeIndex()
H A DSymbolCache.cpp461 for (const auto &SS : ExpectedModS->getSubsectionsArray()) { in findLineTable()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp146 cci->m_strings.initialize(debug_stream.getSubsectionsArray()); in GetOrCreateCompiland()
H A DSymbolFileNativePDB.cpp1062 cci->m_debug_stream.getSubsectionsArray()) { in ParseLineTable()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp186 Subsections = DebugStream->getSubsectionsArray(); in initializeForPdb()