Home
last modified time | relevance | path

Searched refs:getSymbolArray (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp120 const CVSymbolArray &syms = cci.m_debug_stream.getSymbolArray(); in BuildAddrToSymbolMap()
189 auto iter = cci->m_debug_stream.getSymbolArray().at(cu_sym.offset); in ReadSymbolRecord()
190 lldbassert(iter != cci->m_debug_stream.getSymbolArray().end()); in ReadSymbolRecord()
H A DCompileUnitIndex.cpp80 const CVSymbolArray &syms = item.m_debug_stream.getSymbolArray(); in ParseExtendedInfo()
H A DSymbolFileNativePDB.cpp1056 const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray(); in ParseFunctions()
1270 const CVSymbolArray &syms = cii->m_debug_stream.getSymbolArray(); in ParseLineTable()
1967 cii->m_debug_stream.getSymbolArray(), block_id.offset); in ParseVariablesForBlock()
2294 const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray(); in FindSymbolScope()
H A DPdbAstBuilder.cpp1303 const CVSymbolArray &symbols = cii.m_debug_stream.getSymbolArray(); in ParseAllFunctionsAndNonLocalVars()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolStream.h28 const codeview::CVSymbolArray &getSymbolArray() const { in getSymbolArray() function
H A DModuleDebugStream.h48 const codeview::CVSymbolArray &getSymbolArray() const { return SymbolArray; } in getSymbolArray() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp107 CVSymbolArray Syms = ModS->getSymbolArray(); in findInlineFramesByVA()
H A DSymbolCache.cpp358 CVSymbolArray Syms = ExpectedModS->getSymbolArray(); in findFunctionSymbolBySectOffset()
398 ExpectedSyms->getSymbolArray().getUnderlyingStream(); in findPublicSymbolBySectOffset()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp73 for (const CVSymbol &S : SG.getPdbModuleStream().getSymbolArray()) in mark()
H A DDumpOutputStyle.cpp1494 if (auto EC = Visitor.visitSymbolStreamFiltered(ModS.getSymbolArray(), in dumpModuleSymsForPdb()
1500 } else if (auto EC = Visitor.visitSymbolStream(ModS.getSymbolArray(), in dumpModuleSymsForPdb()
1567 BinaryStreamRef SymStream = Records.getSymbolArray().getUnderlyingStream(); in dumpGSIRecords()
1568 if (auto E = Visitor.visitSymbolStream(Records.getSymbolArray(), 0)) in dumpGSIRecords()
1714 ExpectedSyms->getSymbolArray().getUnderlyingStream(); in dumpSymbolsFromGSI()
H A DYAMLOutputStyle.cpp352 ExpectedSyms->getSymbolArray().getUnderlyingStream(); in dumpPublics()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp1009 ExpectedSyms->getSymbolArray().getUnderlyingStream(); in createScopes()
1051 Visitor.visitSymbolStream(ModS.getSymbolArray(), SS.Offset)) in createScopes()