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() 167 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()
49 llvm::pdb::ModuleDebugStreamRef m_debug_stream; member
384 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(block_id.offset); in CreateBlock()480 CVSymbol sym_record = cci->m_debug_stream.readSymbolAtOffset(func_id.offset); in CreateFunction()1056 const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray(); in ParseFunctions()1201 cii->m_debug_stream.getSubsectionsArray()) { in ParseLineTable()1270 const CVSymbolArray &syms = cii->m_debug_stream.getSymbolArray(); in ParseLineTable()1279 cii->m_debug_stream.readSymbolAtOffset(record_offset); in ParseLineTable()1403 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(id.offset); in ParseInlineSite()1544 if (cii->m_debug_stream.readSymbolAtOffset(parent_id.offset).kind() == in ParseInlineSite()1627 cii->m_debug_stream.getSymbolArrayForScope(parent_id.offset); in ParseSymbolArrayInScope()1923 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(block_id.offset); in ParseVariablesForBlock()[all …]
929 CVSymbol sym = cii->m_debug_stream.readSymbolAtOffset(inlinesite_id.offset); in GetOrCreateInlinedFunctionDecl() 1076 cii->m_debug_stream.getSymbolArrayForScope(func_id.offset); in CreateFunctionParameters() 1303 const CVSymbolArray &symbols = cii.m_debug_stream.getSymbolArray(); in ParseAllFunctionsAndNonLocalVars() 1366 cii.m_debug_stream.getSymbolArrayForScope(block_id.offset); in ParseBlockChildren()