Searched refs:GetUnitAtIndex (Results 1 – 6 of 6) sorted by relevance
65 DWARFUnit *cu = GetUnitAtIndex(idx); in GetCompileUnitAranges()118 DWARFUnit *DWARFDebugInfo::GetUnitAtIndex(size_t idx) { in GetUnitAtIndex() function in DWARFDebugInfo147 DWARFUnit *result = GetUnitAtIndex(idx); in GetUnitAtOffset()165 DWARFUnit *result = GetUnitAtIndex(idx); in GetUnitContainingDIEOffset()176 return llvm::cast<DWARFTypeUnit>(GetUnitAtIndex(pos->second)); in GetTypeUnitForHash()
65 return llvm::cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(0)); in FindSingleCompileUnit()72 llvm::dyn_cast<DWARFCompileUnit>(debug_info.GetUnitAtIndex(i))) { in FindSingleCompileUnit()
38 DWARFUnit *GetUnitAtIndex(size_t idx);
56 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()
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()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()
616 auto *dwarf_unit = oso_symfile->DebugInfo().GetUnitAtIndex(i); in ParseCompileUnitAtIndex()