Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp65 DWARFUnit *cu = GetUnitAtIndex(idx); in GetCompileUnitAranges()
118 DWARFUnit *DWARFDebugInfo::GetUnitAtIndex(size_t idx) { in GetUnitAtIndex() function in DWARFDebugInfo
147 DWARFUnit *result = GetUnitAtIndex(idx); in GetUnitAtOffset()
165 DWARFUnit *result = GetUnitAtIndex(idx); in GetUnitContainingDIEOffset()
176 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()
63 if (auto *tu = llvm::dyn_cast<DWARFTypeUnit>(dwp_info->GetUnitAtIndex(U))) in Index()
177 IndexUnitImpl(*dwo_info.GetUnitAtIndex(i), cu_language, set); in IndexUnit()
H A DSymbolFileDWARF.cpp434 get(info.GetUnitAtIndex(cu_idx)); in GetTypes()
724 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(comp_unit->GetID()); in GetDWARFCompileUnit()
863 if (auto *cu = llvm::dyn_cast<DWARFCompileUnit>(info.GetUnitAtIndex(i))) { in BuildCuTranslationTable()
889 DebugInfo().GetUnitAtIndex(*dwarf_idx))) in ParseCompileUnitAtIndex()
1756 .GetUnitAtIndex(*die_ref.file_index()) in GetDIE()
1976 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(cu_idx)); in UpdateExternalModuleListIfNeeded()
2625 DWARFUnit *cu = info.GetUnitAtIndex(i); in GetMangledNamesForFunction()
2950 DWARFUnit *dwarf_cu = debug_info.GetUnitAtIndex(cu_idx); in Supports_DW_AT_APPLE_objc_complete_type()
3340 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(sc.comp_unit->GetID()); in ParseVariablesForContext()
4252 DWARFUnit *unit = info.GetUnitAtIndex(cu_idx); in GetSeparateDebugInfo()
H A DSymbolFileDWARFDebugMap.cpp612 auto *dwarf_unit = oso_symfile->DebugInfo().GetUnitAtIndex(i); in ParseCompileUnitAtIndex()