Lines Matching refs:DebugInfo
149 Log *log = GetLog(DWARFLog::DebugInfo); in ParseLLVMLineTable()
173 Log *log = GetLog(DWARFLog::DebugInfo); in ParseLLVMLineTablePrologue()
266 LLDB_LOG(GetLog(DWARFLog::DebugInfo), in Materialize()
431 DWARFDebugInfo &info = DebugInfo(); in GetTypes()
506 Log *log = GetLog(DWARFLog::DebugInfo); in InitializeObject()
700 Log *log = GetLog(DWARFLog::DebugInfo); in DebugAbbrev()
710 DWARFDebugInfo &SymbolFileDWARF::DebugInfo() { in DebugInfo() function in SymbolFileDWARF
724 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(comp_unit->GetID()); in GetDWARFCompileUnit()
857 DWARFDebugInfo &info = DebugInfo(); in BuildCuTranslationTable()
881 return m_lldb_cu_to_dwarf_unit.empty() ? DebugInfo().GetNumUnits() in CalculateNumCompileUnits()
889 DebugInfo().GetUnitAtIndex(*dwarf_idx))) in ParseCompileUnitAtIndex()
1139 Log *log = GetLog(DWARFLog::DebugInfo); in GetTypeUnitSupportFiles()
1554 Log *log = GetLog(DWARFLog::DebugInfo); in ResolveTypeUID()
1643 Log *log = GetLog(DWARFLog::DebugInfo | DWARFLog::TypeCompletion); in CompleteType()
1748 return symbol_file->DebugInfo().GetDIE(die_ref); in GetDIE()
1755 symbol_file = this->DebugInfo() in GetDIE()
1765 return DebugInfo().GetDIE(die_ref); in GetDIE()
1970 DWARFDebugInfo &debug_info = DebugInfo(); in UpdateExternalModuleListIfNeeded()
2159 DWARFDebugInfo &debug_info = DebugInfo(); in ResolveSymbolContext()
2185 debug_info.GetUnitAtOffset(DIERef::Section::DebugInfo, cu_offset, in ResolveSymbolContext()
2622 DWARFDebugInfo &info = DebugInfo(); in GetMangledNamesForFunction()
2947 DWARFDebugInfo &debug_info = DebugInfo(); in Supports_DW_AT_APPLE_objc_complete_type()
3340 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(sc.comp_unit->GetID()); in ParseVariablesForContext()
3746 return FindBlockContainingSpecification(DebugInfo().GetDIE(func_die_ref), in FindBlockContainingSpecification()
4249 DWARFDebugInfo &info = DebugInfo(); in GetSeparateDebugInfo()