Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i366 GetModuleAtIndex (uint32_t idx);
999 return self.sbtarget.GetModuleAtIndex(key)
1003 module = self.sbtarget.GetModuleAtIndex(idx)
1008 module = self.sbtarget.GetModuleAtIndex(idx)
1016 module = self.sbtarget.GetModuleAtIndex(idx)
1023 module = self.sbtarget.GetModuleAtIndex(idx)
1029 module = self.sbtarget.GetModuleAtIndex(idx)
1046 modules.append(self.GetModuleAtIndex(idx))
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueUUID.cpp73 ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp226 module_sp = modules.GetModuleAtIndex(idx); in GetObjCModule()
324 lldb::ModuleSP module_sp = modules.GetModuleAtIndex(idx); in GetFoundationVersion()
614 auto mod = module_list.GetModuleAtIndex(i); in ReadObjCLibraryIfNeeded()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h212 lldb::ModuleSP GetModuleAtIndex(size_t idx) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp353 ModuleSP ModuleList::GetModuleAtIndex(size_t idx) const { in GetModuleAtIndex() function in ModuleList
777 module_sp = matching_module_list.GetModuleAtIndex(module_idx); in GetSharedModule()
927 module_sp = matching_module_list.GetModuleAtIndex(0); in GetSharedModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1351 ModuleSP module_sp = m_images.GetModuleAtIndex(i); in GetExecutableModule()
1359 return m_images.GetModuleAtIndex(0); in GetExecutableModule()
1617 ModuleSP module_sp(module_list.GetModuleAtIndex(idx)); in ModulesDidLoad()
1669 matchingModules.GetModuleAtIndex(i))) in ModuleIsExcludedForUnconstrainedSearches()
2497 ModuleSP module_sp(modules.GetModuleAtIndex(idx)); in GetEntryPointAddress()
2792 ModuleSP module_sp(modules.GetModuleAtIndex(idx)); in Install()
2862 UnloadModuleSections(module_list.GetModuleAtIndex(i)); in UnloadModuleSections()
4399 m_module_list.GetModuleAtIndex(i)->GetDescription( in Dump()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp156 return LLDB_RECORD_RESULT(SBModule(module_list.GetModuleAtIndex(idx))); in GetModuleAtIndexFromEvent()
1767 SBModule SBTarget::GetModuleAtIndex(uint32_t idx) { in GetModuleAtIndex() function in SBTarget
1768 LLDB_RECORD_METHOD(lldb::SBModule, SBTarget, GetModuleAtIndex, (uint32_t), in GetModuleAtIndex()
1776 module_sp = target_sp->GetImages().GetModuleAtIndex(idx); in GetModuleAtIndex()
1888 ModuleSP module_sp(module_list.GetModuleAtIndex(idx)); in FindFirstType()
2686 LLDB_REGISTER_METHOD(lldb::SBModule, SBTarget, GetModuleAtIndex, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h298 lldb::SBModule GetModuleAtIndex(uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp311 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in GetSymbolContextsForAddress()
1017 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in DoExecute()
H A DCommandObjectTarget.cpp2624 module_list.GetModuleAtIndex(0)->GetFileSpec(); in DoExecute()
2638 module_list.GetModuleAtIndex(0)->GetFileSpec(); in DoExecute()
4078 ModuleSP module_sp(matching_modules.GetModuleAtIndex(0)); in AddModuleSymbols()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1284 auto module_sp = module_list.GetModuleAtIndex(i); in ModulesDidLoad()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4906 const lldb::ModuleSP loaded_module = loaded_modules.GetModuleAtIndex(i); in LoadModules()
4910 if (new_modules.GetModuleAtIndex(j).get() == loaded_module.get()) in LoadModules()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1010 auto mod = module_list.GetModuleAtIndex(i); in ModulesDidLoad()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp48054 result = (arg1)->GetModuleAtIndex(arg2); in _wrap_SBTarget_GetModuleAtIndex()