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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp59 DWARFUnit *cu = GetUnitAtIndex(idx);
112 DWARFUnit *DWARFDebugInfo::GetUnitAtIndex(user_id_t idx) { function in class:DWARFDebugInfo
141 DWARFUnit *result = GetUnitAtIndex(idx);
159 DWARFUnit *result = GetUnitAtIndex(idx);
170 return llvm::cast<DWARFTypeUnit>(GetUnitAtIndex(pos->second));
H A DSymbolFileDWARFDwo.cpp74 return llvm::cast<DWARFCompileUnit>(debug_info->GetUnitAtIndex(0));
81 llvm::dyn_cast<DWARFCompileUnit>(debug_info->GetUnitAtIndex(i))) {
H A DDWARFDebugInfo.h38 DWARFUnit *GetUnitAtIndex(lldb::user_id_t idx);
H A DManualDWARFIndex.cpp37 DWARFUnit *unit = debug_info.GetUnitAtIndex(U);
110 IndexUnitImpl(*dwo_info.GetUnitAtIndex(i), cu_language, set);
H A DSymbolFileDWARF.cpp373 dwarf_cu = info->GetUnitAtIndex(cu_idx);
648 DWARFUnit *dwarf_cu = info->GetUnitAtIndex(comp_unit->GetID());
736 if (auto *cu = llvm::dyn_cast<DWARFCompileUnit>(info->GetUnitAtIndex(i))) {
769 info->GetUnitAtIndex(*dwarf_idx)))
1526 ->GetUnitAtIndex(*die_ref.dwo_num())
1640 llvm::dyn_cast<DWARFCompileUnit>(debug_info->GetUnitAtIndex(cu_idx));
2409 DWARFUnit *cu = info->GetUnitAtIndex(i);
2741 DWARFUnit *dwarf_cu = debug_info->GetUnitAtIndex(cu_idx);
3173 DWARFUnit *dwarf_cu = info->GetUnitAtIndex(sc.comp_unit->GetID());
H A DDWARFUnit.cpp390 DWARFUnit *unit = m_dwo_symbol_file->DebugInfo()->GetUnitAtIndex(i);

Completed in 186 milliseconds