Searched refs:m_debug_stream (Results 1 – 5 of 5) sorted by relevance
80 const CVSymbolArray &syms = item.m_debug_stream.getSymbolArray(); in ParseExtendedInfo()110 for (const auto &ss : item.m_debug_stream.getSubsectionsArray()) { in ParseInlineeLineTableForCompileUnit()130 : m_id(id), m_debug_stream(std::move(debug_stream)), in CompilandIndexItem()165 cci->m_strings.initialize(cci->m_debug_stream.getSubsectionsArray()); in GetOrCreateCompiland()
120 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()
48 llvm::pdb::ModuleDebugStreamRef m_debug_stream; member
381 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(block_id.offset); in CreateBlock()477 CVSymbol sym_record = cci->m_debug_stream.readSymbolAtOffset(func_id.offset); in CreateFunction()1053 const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray(); in ParseFunctions()1198 cii->m_debug_stream.getSubsectionsArray()) { in ParseLineTable()1267 const CVSymbolArray &syms = cii->m_debug_stream.getSymbolArray(); in ParseLineTable()1276 cii->m_debug_stream.readSymbolAtOffset(record_offset); in ParseLineTable()1397 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(id.offset); in ParseInlineSite()1538 if (cii->m_debug_stream.readSymbolAtOffset(parent_id.offset).kind() == in ParseInlineSite()1621 cii->m_debug_stream.getSymbolArrayForScope(parent_id.offset); in ParseSymbolArrayInScope()1908 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(block_id.offset); in ParseVariablesForBlock()[all …]
927 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(inlinesite_id.offset); in GetOrCreateInlinedFunctionDecl()1074 cii->m_debug_stream.getSymbolArrayForScope(func_id.offset); in CreateFunctionParameters()1301 const CVSymbolArray &symbols = cii.m_debug_stream.getSymbolArray(); in ParseAllFunctionsAndNonLocalVars()1364 cii.m_debug_stream.getSymbolArrayForScope(block_id.offset); in ParseBlockChildren()