| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueUUID.cpp | 73 ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 228 module_sp = modules.GetModuleAtIndex(idx); in GetObjCModule() 326 lldb::ModuleSP module_sp = modules.GetModuleAtIndex(idx); in GetFoundationVersion() 612 auto mod = module_list.GetModuleAtIndex(i); in ReadObjCLibraryIfNeeded()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
| H A D | GNUstepObjCRuntime.cpp | 60 auto mod = modules.GetModuleAtIndex(i); in ScanForGNUstepObjCLibraryCandidate()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ModuleList.h | 223 lldb::ModuleSP GetModuleAtIndex(size_t idx) const;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | ModuleList.cpp | 424 ModuleSP ModuleList::GetModuleAtIndex(size_t idx) const { in GetModuleAtIndex() function in ModuleList 815 module_sp = matching_module_list.GetModuleAtIndex(module_idx); in GetSharedModule() 965 module_sp = matching_module_list.GetModuleAtIndex(0); in GetSharedModule()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 237 auto mod = module_list.GetModuleAtIndex(i); in ReadObjCLibraryIfNeeded()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 1424 ModuleSP module_sp = m_images.GetModuleAtIndex(i); in GetExecutableModule() 1432 return m_images.GetModuleAtIndex(0); in GetExecutableModule() 1699 ModuleSP module_sp(module_list.GetModuleAtIndex(idx)); in ModulesDidLoad() 1782 matchingModules.GetModuleAtIndex(i))) in ModuleIsExcludedForUnconstrainedSearches() 2786 ModuleSP module_sp(modules.GetModuleAtIndex(idx)); in GetEntryPointAddress() 3081 ModuleSP module_sp(modules.GetModuleAtIndex(idx)); in Install() 3151 UnloadModuleSections(module_list.GetModuleAtIndex(i)); in UnloadModuleSections() 4924 m_module_list.GetModuleAtIndex(i)->GetDescription( in Dump()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 310 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in GetSymbolContextsForAddress() 972 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 2971 module_list.GetModuleAtIndex(0)->GetFileSpec(); in DoExecute() 2985 module_list.GetModuleAtIndex(0)->GetFileSpec(); in DoExecute() 4447 ModuleSP module_sp(matching_modules.GetModuleAtIndex(0)); in AddModuleSymbols()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 303 lldb::SBModule GetModuleAtIndex(uint32_t idx);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 144 return SBModule(module_list.GetModuleAtIndex(idx)); in GetModuleAtIndexFromEvent() 1695 SBModule SBTarget::GetModuleAtIndex(uint32_t idx) { in GetModuleAtIndex() function in SBTarget 1703 module_sp = target_sp->GetImages().GetModuleAtIndex(idx); in GetModuleAtIndex()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 225 ModuleSP mod = modules.GetModuleAtIndex(i); in AddModuleList()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1261 auto module_sp = module_list.GetModuleAtIndex(i); in ModulesDidLoad()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 4932 const lldb::ModuleSP loaded_module = loaded_modules.GetModuleAtIndex(i); in LoadModules() 4936 if (new_modules.GetModuleAtIndex(j).get() == loaded_module.get()) in LoadModules()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 52843 result = (arg1)->GetModuleAtIndex(arg2); in _wrap_SBTarget_GetModuleAtIndex()
|