Lines Matching refs:m_context
473 m_context(m_objfile_sp->GetModule()->GetSectionList(), dwo_section_list), in SymbolFileDWARF()
524 apple_types, apple_objc, m_context.getOrLoadStrData()); in InitializeObject()
537 m_context.getOrLoadStrData(), *this); in InitializeObject()
692 const DWARFDataExtractor &debug_abbrev_data = m_context.getOrLoadAbbrevData(); in DebugAbbrev()
714 m_info = std::make_unique<DWARFDebugInfo>(*this, m_context); in DebugInfo()
737 if (m_context.getOrLoadRangesData().GetByteSize() > 0) in GetDebugRanges()
741 m_ranges->Extract(m_context); in GetDebugRanges()
1094 if (!ParseLLVMLineTablePrologue(m_context, prologue, offset, in ParseSupportFiles()
1135 m_context.getOrLoadLineData().GetAsLLVMDWARF(); in GetTypeUnitSupportFiles()
1136 llvm::DWARFContext &ctx = m_context.GetAsLLVM(); in GetTypeUnitSupportFiles()
1234 ParseLLVMLineTable(m_context, line, offset, dwarf_cu->GetOffset()); in ParseLineTable()
1287 const DWARFDataExtractor &debug_macro_data = m_context.getOrLoadMacroData(); in ParseDebugMacros()
1297 debug_macro_data, m_context.getOrLoadStrData(), header.OffsetIs64Bit(), in ParseDebugMacros()