Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp126 const CVSymbolArray &syms = cci.m_debug_stream.getSymbolArray(); in BuildAddrToSymbolMap()
193 auto iter = cci->m_debug_stream.getSymbolArray().at(cu_sym.offset); in ReadSymbolRecord()
194 lldbassert(iter != cci->m_debug_stream.getSymbolArray().end()); in ReadSymbolRecord()
H A DCompileUnitIndex.cpp81 const CVSymbolArray &syms = item.m_debug_stream.getSymbolArray(); in ParseExtendedInfo()
113 : m_id(id), m_debug_stream(std::move(debug_stream)), in CompilandIndexItem()
H A DCompileUnitIndex.h47 llvm::pdb::ModuleDebugStreamRef m_debug_stream; member
H A DSymbolFileNativePDB.cpp348 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(block_id.offset); in CreateBlock()
382 CVSymbol sym_record = cci->m_debug_stream.readSymbolAtOffset(func_id.offset); in CreateFunction()
907 const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray(); in ParseFunctions()
1049 cci->m_debug_stream.getSubsectionsArray()) { in ParseLineTable()
1386 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(block_id.offset); in ParseVariablesForBlock()
1413 cii->m_debug_stream.getSymbolArray(), block_id.offset); in ParseVariablesForBlock()
H A DPdbAstBuilder.cpp50 const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray(); in FindSymbolScope()
1029 cii->m_debug_stream.getSymbolArrayForScope(func_id.offset); in CreateFunctionParameters()
1207 const CVSymbolArray &symbols = cii.m_debug_stream.getSymbolArray(); in ParseAllNamespacesPlusChildrenOf()
1266 cii.m_debug_stream.getSymbolArrayForScope(block_id.offset); in ParseBlockChildren()