Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp65 return llvm::cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(0)); in FindSingleCompileUnit()
72 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(i))) { in FindSingleCompileUnit()
H A DDWARFDebugInfo.h38 DWARFUnit *GetUnitAtIndex(size_t idx);
H A DManualDWARFIndex.cpp56 DWARFUnit *unit = main_info.GetUnitAtIndex(U); in Index()
62 if (auto *tu = llvm::dyn_cast<DWARFTypeUnit>(dwp_info->GetUnitAtIndex(U))) in Index()
176 IndexUnitImpl(*dwo_info.GetUnitAtIndex(i), cu_language, set); in IndexUnit()
H A DSymbolFileDWARF.cpp374 get(info.GetUnitAtIndex(cu_idx)); in GetTypes()
650 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(comp_unit->GetID()); in GetDWARFCompileUnit()
789 if (auto *cu = llvm::dyn_cast<DWARFCompileUnit>(info.GetUnitAtIndex(i))) { in BuildCuTranslationTable()
815 DebugInfo().GetUnitAtIndex(*dwarf_idx))) in ParseCompileUnitAtIndex()
1700 .GetUnitAtIndex(*die_ref.dwo_num()) in GetDIE()
1825 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(cu_idx)); in UpdateExternalModuleListIfNeeded()
2460 DWARFUnit *cu = info.GetUnitAtIndex(i); in GetMangledNamesForFunction()
2805 DWARFUnit *dwarf_cu = debug_info.GetUnitAtIndex(cu_idx); in Supports_DW_AT_APPLE_objc_complete_type()
3235 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(sc.comp_unit->GetID()); in ParseVariablesForContext()
H A DSymbolFileDWARFDebugMap.cpp616 auto *dwarf_unit = oso_symfile->DebugInfo().GetUnitAtIndex(i); in ParseCompileUnitAtIndex()