Home
last modified time | relevance | path

Searched refs:GetUnitAtIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp66 DWARFUnit *cu = GetUnitAtIndex(idx); in GetCompileUnitAranges()
157 if (DWARFUnit *unit = GetUnitAtIndex(i)) { in GetSkeletonUnit()
186 DWARFUnit *DWARFDebugInfo::GetUnitAtIndex(size_t idx) { in GetUnitAtIndex() function in DWARFDebugInfo
215 DWARFUnit *result = GetUnitAtIndex(idx); in GetUnitAtOffset()
229 DWARFUnit *result = GetUnitAtIndex(idx); in GetUnitContainingDIEOffset()
244 return llvm::cast<DWARFTypeUnit>(GetUnitAtIndex(pos->second)); in GetTypeUnitForHash()
H A DSymbolFileDWARFDwo.cpp66 return llvm::cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(0)); in FindSingleCompileUnit()
73 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(i))) { in FindSingleCompileUnit()
H A DDWARFDebugInfo.h36 DWARFUnit *GetUnitAtIndex(size_t idx);
H A DManualDWARFIndex.cpp57 DWARFUnit *unit = main_info.GetUnitAtIndex(U); in Index()
64 llvm::dyn_cast<DWARFTypeUnit>(dwp_info->GetUnitAtIndex(U))) { in Index()
180 IndexUnitImpl(*dwo_info.GetUnitAtIndex(i), cu_language, set); in IndexUnit()
H A DSymbolFileDWARF.cpp434 get(info.GetUnitAtIndex(cu_idx)); in GetTypes()
732 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(comp_unit->GetID()); in GetDWARFCompileUnit()
870 if (auto *cu = llvm::dyn_cast<DWARFCompileUnit>(info.GetUnitAtIndex(i))) { in BuildCuTranslationTable()
896 DebugInfo().GetUnitAtIndex(*dwarf_idx))) in ParseCompileUnitAtIndex()
1782 return DebugInfo().GetUnitAtIndex(*die_ref.file_index()) in GetDIERefSymbolFile()
2015 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(cu_idx)); in UpdateExternalModuleListIfNeeded()
2666 DWARFUnit *cu = info.GetUnitAtIndex(i); in GetMangledNamesForFunction()
2723 DWARFUnit *cu = info.GetUnitAtIndex(i); in GetDebugInfoSize()
3014 DWARFUnit *dwarf_cu = debug_info.GetUnitAtIndex(cu_idx); in Supports_DW_AT_APPLE_objc_complete_type()
3319 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(sc.comp_unit->GetID()); in ParseVariablesForContext()
[all …]
H A DSymbolFileDWARFDebugMap.cpp613 auto *dwarf_unit = oso_symfile->DebugInfo().GetUnitAtIndex(i); in ParseCompileUnitAtIndex()