Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueUUID.cpp73 ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp234 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 DGNUstepObjCRuntime.cpp60 auto mod = modules.GetModuleAtIndex(i); in ScanForGNUstepObjCLibraryCandidate()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp429 ModuleSP ModuleList::GetModuleAtIndex(size_t idx) const { in GetModuleAtIndex() function in ModuleList
820 module_sp = matching_module_list.GetModuleAtIndex(module_idx); in GetSharedModule()
970 module_sp = matching_module_list.GetModuleAtIndex(0); in GetSharedModule()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h244 lldb::ModuleSP GetModuleAtIndex(size_t idx) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp251 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in BuildModulesSection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp237 auto mod = module_list.GetModuleAtIndex(i); in ReadObjCLibraryIfNeeded()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1425 ModuleSP module_sp = m_images.GetModuleAtIndex(i); in GetExecutableModule()
1433 return m_images.GetModuleAtIndex(0); in GetExecutableModule()
1694 ModuleSP module_sp(module_list.GetModuleAtIndex(idx)); in ModulesDidLoad()
1777 matchingModules.GetModuleAtIndex(i))) in ModuleIsExcludedForUnconstrainedSearches()
2776 ModuleSP module_sp(modules.GetModuleAtIndex(idx)); in GetEntryPointAddress()
3069 ModuleSP module_sp(modules.GetModuleAtIndex(idx)); in Install()
3139 UnloadModuleSections(module_list.GetModuleAtIndex(i)); in UnloadModuleSections()
4905 m_module_list.GetModuleAtIndex(i)->GetDescription( in Dump()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp310 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in GetSymbolContextsForAddress()
976 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in DoExecute()
H A DCommandObjectTarget.cpp2895 module_list.GetModuleAtIndex(0)->GetFileSpec(); in DoExecute()
2909 module_list.GetModuleAtIndex(0)->GetFileSpec(); in DoExecute()
4354 ModuleSP module_sp(matching_modules.GetModuleAtIndex(0)); in AddModuleSymbols()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h314 lldb::SBModule GetModuleAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp144 return SBModule(module_list.GetModuleAtIndex(idx)); in GetModuleAtIndexFromEvent()
1702 SBModule SBTarget::GetModuleAtIndex(uint32_t idx) { in GetModuleAtIndex() function in SBTarget
1710 module_sp = target_sp->GetImages().GetModuleAtIndex(idx); in GetModuleAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1261 auto module_sp = module_list.GetModuleAtIndex(i); in ModulesDidLoad()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp319 ModuleSP mod = modules.GetModuleAtIndex(i); in AddModuleList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5109 const lldb::ModuleSP loaded_module = loaded_modules.GetModuleAtIndex(i); in LoadModules()
5113 if (new_modules.GetModuleAtIndex(j).get() == loaded_module.get()) in LoadModules()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp55667 result = (arg1)->GetModuleAtIndex(arg2); in _wrap_SBTarget_GetModuleAtIndex()