Home
last modified time | relevance | path

Searched refs:GetCompileUnitAtIndex (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp75 DWARFUnit *cu = GetCompileUnitAtIndex(idx); in GetCompileUnitAranges()
117 DWARFUnit *DWARFDebugInfo::GetCompileUnitAtIndex(uint32_t idx) { in GetCompileUnitAtIndex() function in DWARFDebugInfo
H A DDWARFDebugInfo.h40 DWARFUnit *GetCompileUnitAtIndex(uint32_t idx);
H A DDWARFDebugAranges.cpp85 DWARFUnit *cu = debug_info->GetCompileUnitAtIndex(cu_idx); in Generate()
H A DSymbolFileDWARFDwo.cpp66 return DebugInfo()->GetCompileUnitAtIndex(0); in GetCompileUnit()
H A DSymbolFileDWARF.cpp365 dwarf_cu = info->GetCompileUnitAtIndex(cu_idx); in GetTypes()
881 DWARFUnit *dwarf_cu = info->GetCompileUnitAtIndex(cu_idx); in ParseCompileUnitAtIndex()
1669 DWARFUnit *dwarf_cu = debug_info->GetCompileUnitAtIndex(cu_idx); in UpdateExternalModuleListIfNeeded()
1747 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(i); in GetGlobalAranges()
1927 (dwarf_cu = debug_info->GetCompileUnitAtIndex(cu_idx)) != NULL; in ResolveSymbolContext()
2417 DWARFUnit *cu = info->GetCompileUnitAtIndex(i); in GetMangledNamesForFunction()
2756 DWARFUnit *dwarf_cu = debug_info->GetCompileUnitAtIndex(cu_idx); in Supports_DW_AT_APPLE_objc_complete_type()
H A DManualDWARFIndex.cpp38 DWARFUnit *unit = debug_info.GetCompileUnitAtIndex(U); in Index()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModule.h130 lldb::SBCompileUnit GetCompileUnitAtIndex(uint32_t);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolVendor.h119 virtual lldb::CompUnitSP GetCompileUnitAtIndex(size_t idx);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp246 SBCompileUnit SBModule::GetCompileUnitAtIndex(uint32_t index) { in GetCompileUnitAtIndex() function in SBModule
250 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(index); in GetCompileUnitAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp235 CompUnitSP cu_sp(context.module_sp->GetCompileUnitAtIndex(i)); in SearchCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp367 sc.comp_unit = symbols->GetCompileUnitAtIndex(cu_idx).get(); in ParseAllDebugSymbols()
410 CompUnitSP Module::GetCompileUnitAtIndex(size_t index) { in GetCompileUnitAtIndex() function in Module
418 cu_sp = symbols->GetCompileUnitAtIndex(index); in GetCompileUnitAtIndex()
629 sc.comp_unit = GetCompileUnitAtIndex(i).get(); in FindCompileUnits()
H A DSearchFilter.cpp309 CompUnitSP cu_sp(module_sp->GetCompileUnitAtIndex(i)); in DoCUIteration()
838 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(cu_idx); in Search()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h651 lldb::CompUnitSP GetCompileUnitAtIndex(size_t idx);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolVendor.cpp410 CompUnitSP SymbolVendor::GetCompileUnitAtIndex(size_t idx) { in GetCompileUnitAtIndex() function in SymbolVendor
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp313 CompUnitSP cu_sp(module->GetCompileUnitAtIndex(i)); in DumpFileLinesInModule()