Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfo.cpp59 DWARFUnit *cu = GetUnitAtIndex(idx); in GetCompileUnitAranges()
117 DWARFUnit *DWARFDebugInfo::GetUnitAtIndex(size_t idx) { in GetUnitAtIndex() function in DWARFDebugInfo
146 DWARFUnit *result = GetUnitAtIndex(idx); in GetUnitAtOffset()
164 DWARFUnit *result = GetUnitAtIndex(idx); in GetUnitContainingDIEOffset()
175 return llvm::cast<DWARFTypeUnit>(GetUnitAtIndex(pos->second)); in GetTypeUnitForHash()
DSymbolFileDWARFDwo.cpp64 return llvm::cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(0)); in FindSingleCompileUnit()
71 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(i))) { in FindSingleCompileUnit()
DManualDWARFIndex.cpp46 DWARFUnit *unit = main_info.GetUnitAtIndex(U); in Index()
52 if (auto *tu = llvm::dyn_cast<DWARFTypeUnit>(dwp_info->GetUnitAtIndex(U))) in Index()
137 IndexUnitImpl(*dwo_info.GetUnitAtIndex(i), cu_language, set); in IndexUnit()
DDWARFDebugInfo.h38 DWARFUnit *GetUnitAtIndex(size_t idx);
DSymbolFileDWARF.cpp391 get(info.GetUnitAtIndex(cu_idx)); in GetTypes()
639 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(comp_unit->GetID()); in GetDWARFCompileUnit()
728 if (auto *cu = llvm::dyn_cast<DWARFCompileUnit>(info.GetUnitAtIndex(i))) { in BuildCuTranslationTable()
754 DebugInfo().GetUnitAtIndex(*dwarf_idx))) in ParseCompileUnitAtIndex()
1571 .GetUnitAtIndex(*die_ref.dwo_num()) in GetDIE()
1675 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(cu_idx)); in UpdateExternalModuleListIfNeeded()
2361 DWARFUnit *cu = info.GetUnitAtIndex(i); in GetMangledNamesForFunction()
2655 DWARFUnit *dwarf_cu = debug_info.GetUnitAtIndex(cu_idx); in Supports_DW_AT_APPLE_objc_complete_type()
3061 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(sc.comp_unit->GetID()); in ParseVariablesForContext()
/external/llvm-project/lldb/unittests/TestingSupport/Symbol/
DYAMLModuleTester.cpp25 m_dwarf_unit = symfile.DebugInfo().GetUnitAtIndex(0); in YAMLModuleTester()