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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp161 if ((module_sp = modules.FindFirstModule(module_spec))) {
199 if ((module_sp = modules.FindFirstModule(new_module_spec))) {
H A DModuleList.cpp546 ModuleSP ModuleList::FindFirstModule(const ModuleSpec &module_spec) const { function in class:ModuleList
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp135 ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h321 lldb::ModuleSP FindFirstModule(const ModuleSpec &module_spec) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp421 module_sp = target.GetImages().FindFirstModule(module_spec);
427 module_sp = target.GetImages().FindFirstModule(module_spec);
H A DSymbolContext.cpp814 target.GetImages().FindFirstModule(reexport_module_spec);
820 target.GetImages().FindFirstModule(reexport_module_spec);
962 m_target_sp->GetImages().FindFirstModule(module_spec));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp440 ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp392 ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp535 target.GetImages().FindFirstModule(reexport_module_spec);
539 target.GetImages().FindFirstModule(reexport_module_spec);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp947 target->GetImages().FindFirstModule(module_spec));
4267 target->GetImages().FindFirstModule(module_spec));
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1647 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1964 module_sp = m_images.FindFirstModule(module_spec);

Completed in 246 milliseconds