Searched refs:m_debug_stream (Results 1 – 5 of 5) sorted by relevance
125 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()
46 llvm::pdb::ModuleDebugStreamRef m_debug_stream; member
80 const CVSymbolArray &syms = item.m_debug_stream.getSymbolArray(); in ParseExtendedInfo()112 : m_id(id), m_debug_stream(std::move(debug_stream)), in CompilandIndexItem()
337 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(block_id.offset); in CreateBlock()371 CVSymbol sym_record = cci->m_debug_stream.readSymbolAtOffset(func_id.offset); in CreateFunction()918 const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray(); in ParseFunctions()1062 cci->m_debug_stream.getSubsectionsArray()) { in ParseLineTable()1388 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(block_id.offset); in ParseVariablesForBlock()1415 cii->m_debug_stream.getSymbolArray(), block_id.offset); in ParseVariablesForBlock()
50 const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray(); in FindSymbolScope()1037 cii->m_debug_stream.getSymbolArrayForScope(func_id.offset); in CreateFunctionParameters()1216 const CVSymbolArray &symbols = cii.m_debug_stream.getSymbolArray(); in ParseAllNamespacesPlusChildrenOf()1275 cii.m_debug_stream.getSymbolArrayForScope(block_id.offset); in ParseBlockChildren()