Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp210 module_sp = modules.GetModuleAtIndex(idx); in GetObjCModule()
304 lldb::ModuleSP module_sp = modules.GetModuleAtIndex(idx); in GetFoundationVersion()
576 auto mod = module_list.GetModuleAtIndex(i); in ReadObjCLibraryIfNeeded()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueUUID.cpp77 ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdGdbInfo.cpp200 lldb::SBModule module = sbTarget.GetModuleAtIndex(i); in PrintFnSharedLibrary()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp335 ModuleSP ModuleList::GetModuleAtIndex(size_t idx) const { in GetModuleAtIndex() function in ModuleList
807 module_sp = matching_module_list.GetModuleAtIndex(module_idx); in GetSharedModule()
955 module_sp = matching_module_list.GetModuleAtIndex(0); in GetSharedModule()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h228 lldb::ModuleSP GetModuleAtIndex(size_t idx) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp1382 ModuleSP module_sp = m_images.GetModuleAtIndex(i); in GetExecutableModule()
1390 return m_images.GetModuleAtIndex(0); in GetExecutableModule()
1694 matchingModules.GetModuleAtIndex(i))) in ModuleIsExcludedForUnconstrainedSearches()
2100 old_module_sp = found_modules.GetModuleAtIndex(0); in GetSharedModule()
2677 ModuleSP module_sp(modules.GetModuleAtIndex(idx)); in Install()
2749 UnloadModuleSections(module_list.GetModuleAtIndex(i)); in UnloadModuleSections()
4201 m_module_list.GetModuleAtIndex(i)->GetDescription( in Dump()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h312 lldb::SBModule GetModuleAtIndex(uint32_t idx);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp138 return SBModule(module_list.GetModuleAtIndex(idx)); in GetModuleAtIndexFromEvent()
1680 SBModule SBTarget::GetModuleAtIndex(uint32_t idx) { in GetModuleAtIndex() function in SBTarget
1688 module_sp = target_sp->GetImages().GetModuleAtIndex(idx); in GetModuleAtIndex()
1793 ModuleSP module_sp(module_list.GetModuleAtIndex(idx)); in FindFirstType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp339 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in GetSymbolContextsForAddress()
1053 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in DoExecute()
H A DCommandObjectTarget.cpp2724 module_list.GetModuleAtIndex(0)->GetFileSpec(); in DoExecute()
2738 module_list.GetModuleAtIndex(0)->GetFileSpec(); in DoExecute()
4229 ModuleSP module_sp(matching_module_list.GetModuleAtIndex(0)); in AddModuleSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1335 auto module_sp = module_list.GetModuleAtIndex(i); in ModulesDidLoad()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4880 const lldb::ModuleSP loaded_module = loaded_modules.GetModuleAtIndex(i); in LoadModules()
4884 if (new_modules.GetModuleAtIndex(j).get() == loaded_module.get()) in LoadModules()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1025 auto mod = module_list.GetModuleAtIndex(i); in ModulesDidLoad()