Lines Matching refs:m_context
416 m_context(m_objfile_sp->GetModule()->GetSectionList(), dwo_section_list), in SymbolFileDWARF()
469 apple_types, apple_objc, m_context.getOrLoadStrData()); in InitializeObject()
483 m_context.getOrLoadStrData(), *this); in InitializeObject()
619 const DWARFDataExtractor &debug_abbrev_data = m_context.getOrLoadAbbrevData(); in DebugAbbrev()
640 m_info = std::make_unique<DWARFDebugInfo>(*this, m_context); in DebugInfo()
663 if (m_context.getOrLoadRangesData().GetByteSize() > 0) in GetDebugRanges()
667 m_ranges->Extract(m_context); in GetDebugRanges()
992 if (!ParseLLVMLineTablePrologue(m_context, prologue, offset, in ParseSupportFiles()
1030 llvm::DWARFDataExtractor data = m_context.getOrLoadLineData().GetAsLLVM(); in GetTypeUnitSupportFiles()
1031 llvm::DWARFContext &ctx = m_context.GetAsLLVM(); in GetTypeUnitSupportFiles()
1130 ParseLLVMLineTable(m_context, line, offset, dwarf_cu->GetOffset()); in ParseLineTable()
1183 const DWARFDataExtractor &debug_macro_data = m_context.getOrLoadMacroData(); in ParseDebugMacros()
1193 debug_macro_data, m_context.getOrLoadStrData(), header.OffsetIs64Bit(), in ParseDebugMacros()