Lines Matching refs:DebugInfo
393 DWARFDebugInfo &info = DebugInfo(); in GetTypes()
639 DWARFDebugInfo &SymbolFileDWARF::DebugInfo() { in DebugInfo() function in SymbolFileDWARF
653 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(comp_unit->GetID()); in GetDWARFCompileUnit()
734 DWARFDebugInfo &info = DebugInfo(); in BuildCuTranslationTable()
758 return m_lldb_cu_to_dwarf_unit.empty() ? DebugInfo().GetNumUnits() in CalculateNumCompileUnits()
766 DebugInfo().GetUnitAtIndex(*dwarf_idx))) in ParseCompileUnitAtIndex()
1301 *dwarf, {llvm::None, DIERef::Section::DebugInfo, dw_offset_t(uid)}}; in DecodeUID()
1308 uid >> 63 ? DIERef::Section::DebugTypes : DIERef::Section::DebugInfo; in DecodeUID()
1579 : this->DebugInfo() in GetDIE()
1582 return dwarf->DebugInfo().GetDIE(die_ref); in GetDIE()
1585 return DebugInfo().GetDIE(die_ref); in GetDIE()
1685 DWARFDebugInfo &debug_info = DebugInfo(); in UpdateExternalModuleListIfNeeded()
1870 DWARFDebugInfo &debug_info = DebugInfo(); in ResolveSymbolContext()
1896 debug_info.GetUnitAtOffset(DIERef::Section::DebugInfo, cu_offset, in ResolveSymbolContext()
2301 DWARFDebugInfo &info = DebugInfo(); in GetMangledNamesForFunction()
2595 DWARFDebugInfo &debug_info = DebugInfo(); in Supports_DW_AT_APPLE_objc_complete_type()
3008 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(sc.comp_unit->GetID()); in ParseVariablesForContext()
3394 return FindBlockContainingSpecification(DebugInfo().GetDIE(func_die_ref), in FindBlockContainingSpecification()