| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTargetExtensions.i | 55 return self.sbtarget.GetModuleAtIndex(key) 59 module = self.sbtarget.GetModuleAtIndex(idx) 64 module = self.sbtarget.GetModuleAtIndex(idx) 72 module = self.sbtarget.GetModuleAtIndex(idx) 79 module = self.sbtarget.GetModuleAtIndex(idx) 85 module = self.sbtarget.GetModuleAtIndex(idx) 102 modules.append(self.GetModuleAtIndex(idx))
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueUUID.cpp | 73 ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 234 module_sp = modules.GetModuleAtIndex(idx); in GetObjCModule() 332 lldb::ModuleSP module_sp = modules.GetModuleAtIndex(idx); in GetFoundationVersion() 619 auto mod = module_list.GetModuleAtIndex(i); in ReadObjCLibraryIfNeeded()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
| H A D | GNUstepObjCRuntime.cpp | 60 auto mod = modules.GetModuleAtIndex(i); in ScanForGNUstepObjCLibraryCandidate()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Statistics.cpp | 277 ? target->GetImages().GetModuleAtIndex(image_idx).get() in ResetStatistics() 331 ? target->GetImages().GetModuleAtIndex(image_idx).get() in ReportStatistics()
|
| H A D | Target.cpp | 1525 return m_images.GetModuleAtIndex(0); in GetExecutableModule() 1850 ModuleSP module_sp(module_list.GetModuleAtIndex(idx)); in ModulesDidLoad() 1935 matchingModules.GetModuleAtIndex(i))) in ModuleIsExcludedForUnconstrainedSearches() 2953 ModuleSP module_sp(modules.GetModuleAtIndex(idx)); in GetEntryPointAddress() 3279 UnloadModuleSections(module_list.GetModuleAtIndex(i)); in UnloadModuleSections() 5143 m_module_list.GetModuleAtIndex(i)->GetDescription( in Dump()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ModuleList.h | 244 lldb::ModuleSP GetModuleAtIndex(size_t idx) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | ModuleList.cpp | 429 ModuleSP ModuleList::GetModuleAtIndex(size_t idx) const { in GetModuleAtIndex() function in ModuleList 820 module_sp = matching_module_list.GetModuleAtIndex(module_idx); in GetSharedModule() 971 module_sp = matching_module_list.GetModuleAtIndex(0); in GetSharedModule()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleSaver.cpp | 251 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in BuildModulesSection()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 237 auto mod = module_list.GetModuleAtIndex(i); in ReadObjCLibraryIfNeeded()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 310 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in GetSymbolContextsForAddress() 968 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 2923 module_list.GetModuleAtIndex(0)->GetFileSpec(); in DoExecute() 2937 module_list.GetModuleAtIndex(0)->GetFileSpec(); in DoExecute() 4367 ModuleSP module_sp(matching_modules.GetModuleAtIndex(0)); in AddModuleSymbols()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 319 lldb::SBModule GetModuleAtIndex(uint32_t idx);
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 145 return SBModule(module_list.GetModuleAtIndex(idx)); in GetModuleAtIndexFromEvent() 1666 SBModule SBTarget::GetModuleAtIndex(uint32_t idx) { in GetModuleAtIndex() function in SBTarget 1673 module_sp = target_sp->GetImages().GetModuleAtIndex(idx); in GetModuleAtIndex()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 977 ModuleSP module_sp = module_list.GetModuleAtIndex(idx); in AddLinkMapSections()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 791 non_local_images.Remove(m_preferred_modules.GetModuleAtIndex(i)); in FindInSymbols()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1268 auto module_sp = module_list.GetModuleAtIndex(i); in ModulesDidLoad()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 330 ModuleSP mod = modules.GetModuleAtIndex(i); in AddModuleList()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 5244 const lldb::ModuleSP loaded_module = loaded_modules.GetModuleAtIndex(i); in LoadModules() 5248 if (new_modules.GetModuleAtIndex(j).get() == loaded_module.get()) in LoadModules()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 56818 result = (arg1)->GetModuleAtIndex(arg2); in _wrap_SBTarget_GetModuleAtIndex()
|