Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp58 DWARFUnit *cu = GetUnitAtIndex(idx); in GetCompileUnitAranges()
110 DWARFUnit *DWARFDebugInfo::GetUnitAtIndex(size_t idx) { in GetUnitAtIndex() function in DWARFDebugInfo
139 DWARFUnit *result = GetUnitAtIndex(idx); in GetUnitAtOffset()
157 DWARFUnit *result = GetUnitAtIndex(idx); in GetUnitContainingDIEOffset()
168 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.cpp55 DWARFUnit *unit = main_info.GetUnitAtIndex(U); in Index()
61 if (auto *tu = llvm::dyn_cast<DWARFTypeUnit>(dwp_info->GetUnitAtIndex(U))) in Index()
162 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()
1675 .GetUnitAtIndex(*die_ref.dwo_num()) in GetDIE()
1781 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(cu_idx)); in UpdateExternalModuleListIfNeeded()
2399 DWARFUnit *cu = info.GetUnitAtIndex(i); in GetMangledNamesForFunction()
2693 DWARFUnit *dwarf_cu = debug_info.GetUnitAtIndex(cu_idx); in Supports_DW_AT_APPLE_objc_complete_type()
3101 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(sc.comp_unit->GetID()); in ParseVariablesForContext()
/llvm-project-15.0.7/lldb/unittests/TestingSupport/Symbol/
H A DYAMLModuleTester.cpp25 m_dwarf_unit = symfile.DebugInfo().GetUnitAtIndex(0); in YAMLModuleTester()