Searched refs:m_debug_stream (Results 1 – 5 of 5) sorted by relevance
126 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()
81 const CVSymbolArray &syms = item.m_debug_stream.getSymbolArray(); in ParseExtendedInfo()113 : m_id(id), m_debug_stream(std::move(debug_stream)), in CompilandIndexItem()
47 llvm::pdb::ModuleDebugStreamRef m_debug_stream; member
348 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()
50 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()