Lines Matching refs:m_context
438 m_context(m_objfile_sp->GetModule()->GetSectionList(), dwo_section_list), in SymbolFileDWARF()
489 apple_types, apple_objc, m_context.getOrLoadStrData()); in InitializeObject()
503 m_context.getOrLoadStrData(), *this); in InitializeObject()
622 const DWARFDataExtractor &debug_abbrev_data = m_context.getOrLoadAbbrevData(); in DebugAbbrev()
643 m_info = std::make_unique<DWARFDebugInfo>(*this, m_context); in DebugInfo()
666 if (m_context.getOrLoadRangesData().GetByteSize() > 0) in GetDebugRanges()
670 m_ranges->Extract(m_context); in GetDebugRanges()
906 if (!ParseLLVMLineTablePrologue(m_context, prologue, offset, in ParseSupportFiles()
944 llvm::DWARFDataExtractor data = m_context.getOrLoadLineData().GetAsLLVM(); in GetTypeUnitSupportFiles()
945 llvm::DWARFContext &ctx = m_context.GetAsLLVM(); in GetTypeUnitSupportFiles()
1041 ParseLLVMLineTable(m_context, line, offset, dwarf_cu->GetOffset()); in ParseLineTable()
1087 const DWARFDataExtractor &debug_macro_data = m_context.getOrLoadMacroData(); in ParseDebugMacros()
1097 debug_macro_data, m_context.getOrLoadStrData(), header.OffsetIs64Bit(), in ParseDebugMacros()