Home
last modified time | relevance | path

Searched refs:GetModuleAtIndex (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetExtensions.i55 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 DOptionValueUUID.cpp73 ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp228 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 DGNUstepObjCRuntime.cpp60 auto mod = modules.GetModuleAtIndex(i); in ScanForGNUstepObjCLibraryCandidate()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h223 lldb::ModuleSP GetModuleAtIndex(size_t idx) const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp424 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 DTraceIntelPTBundleSaver.cpp251 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in BuildModulesSection()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp237 auto mod = module_list.GetModuleAtIndex(i); in ReadObjCLibraryIfNeeded()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1424 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 DCommandObjectSource.cpp310 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in GetSymbolContextsForAddress()
972 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in DoExecute()
H A DCommandObjectTarget.cpp2971 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 DSBTarget.h303 lldb::SBModule GetModuleAtIndex(uint32_t idx);
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp144 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 DMinidumpFileBuilder.cpp225 ModuleSP mod = modules.GetModuleAtIndex(i); in AddModuleList()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1261 auto module_sp = module_list.GetModuleAtIndex(i); in ModulesDidLoad()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4932 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 DLLDBWrapLua.cpp52843 result = (arg1)->GetModuleAtIndex(arg2); in _wrap_SBTarget_GetModuleAtIndex()