Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp59 DWARFUnit *cu = GetUnitAtIndex(idx); in GetCompileUnitAranges()
111 DWARFUnit *DWARFDebugInfo::GetUnitAtIndex(size_t idx) { in GetUnitAtIndex() function in DWARFDebugInfo
140 DWARFUnit *result = GetUnitAtIndex(idx); in GetUnitAtOffset()
158 DWARFUnit *result = GetUnitAtIndex(idx); in GetUnitContainingDIEOffset()
169 return llvm::cast<DWARFTypeUnit>(GetUnitAtIndex(pos->second)); in GetTypeUnitForHash()
H A DSymbolFileDWARFDwo.cpp63 return llvm::cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(0)); in FindSingleCompileUnit()
70 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(i))) { in FindSingleCompileUnit()
H A DDWARFDebugInfo.h38 DWARFUnit *GetUnitAtIndex(size_t idx);
H A DManualDWARFIndex.cpp47 DWARFUnit *unit = main_info.GetUnitAtIndex(U); in Index()
53 if (auto *tu = llvm::dyn_cast<DWARFTypeUnit>(dwp_info->GetUnitAtIndex(U))) in Index()
152 IndexUnitImpl(*dwo_info.GetUnitAtIndex(i), cu_language, set); in IndexUnit()
H A DSymbolFileDWARF.cpp396 get(info.GetUnitAtIndex(cu_idx)); in GetTypes()
653 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(comp_unit->GetID()); in GetDWARFCompileUnit()
740 if (auto *cu = llvm::dyn_cast<DWARFCompileUnit>(info.GetUnitAtIndex(i))) { in BuildCuTranslationTable()
766 DebugInfo().GetUnitAtIndex(*dwarf_idx))) in ParseCompileUnitAtIndex()
1580 .GetUnitAtIndex(*die_ref.dwo_num()) in GetDIE()
1691 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(cu_idx)); in UpdateExternalModuleListIfNeeded()
2304 DWARFUnit *cu = info.GetUnitAtIndex(i); in GetMangledNamesForFunction()
2598 DWARFUnit *dwarf_cu = debug_info.GetUnitAtIndex(cu_idx); in Supports_DW_AT_APPLE_objc_complete_type()
3008 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(sc.comp_unit->GetID()); in ParseVariablesForContext()