Home
last modified time | relevance | path

Searched refs:FindFirstModule (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDynamicLoader.cpp164 if ((module_sp = modules.FindFirstModule(module_spec))) { in LoadModuleAtAddress()
201 if ((module_sp = modules.FindFirstModule(new_module_spec))) { in LoadModuleAtAddress()
H A DModuleList.cpp608 ModuleSP ModuleList::FindFirstModule(const ModuleSpec &module_spec) const { in FindFirstModule() function in ModuleList
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp140 ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec); in SearchCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbol.cpp417 module_sp = target.GetImages().FindFirstModule(module_spec); in ResolveReExportedSymbolInModuleSpec()
423 module_sp = target.GetImages().FindFirstModule(module_spec); in ResolveReExportedSymbolInModuleSpec()
H A DSymbolContext.cpp849 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()
855 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()
1000 m_target_sp->GetImages().FindFirstModule(module_spec)); in AddSpecification()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h405 lldb::ModuleSP FindFirstModule(const ModuleSpec &module_spec) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp395 ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec); in RefreshModules()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp445 ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec); in RefreshModules()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp651 target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()
655 target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp958 target->GetImages().FindFirstModule(module_spec)); in DoExecute()
4373 target->GetImages().FindFirstModule(module_spec)); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1620 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp1994 module_sp = m_images.FindFirstModule(module_spec); in GetSharedModule()