Searched refs:GetUnitAtIndex (Results 1 – 6 of 6) sorted by relevance
58 DWARFUnit *cu = GetUnitAtIndex(idx); in GetCompileUnitAranges()110 DWARFUnit *DWARFDebugInfo::GetUnitAtIndex(size_t idx) { in GetUnitAtIndex() function in DWARFDebugInfo139 DWARFUnit *result = GetUnitAtIndex(idx); in GetUnitAtOffset()157 DWARFUnit *result = GetUnitAtIndex(idx); in GetUnitContainingDIEOffset()168 return llvm::cast<DWARFTypeUnit>(GetUnitAtIndex(pos->second)); in GetTypeUnitForHash()
63 return llvm::cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(0)); in FindSingleCompileUnit()70 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(i))) { in FindSingleCompileUnit()
38 DWARFUnit *GetUnitAtIndex(size_t idx);
55 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()
374 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()
25 m_dwarf_unit = symfile.DebugInfo().GetUnitAtIndex(0); in YAMLModuleTester()