Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp407 ModuleSP ProcessMinidump::GetOrCreateModule(UUID minidump_uuid, in GetOrCreateModule() function in ProcessMinidump
414 GetTarget().GetOrCreateModule(module_spec, true /* notify */, &error); in GetOrCreateModule()
481 lldb::ModuleSP module_sp = GetTarget().GetOrCreateModule(module_spec, in ReadModuleList()
494 module_sp = GetOrCreateModule(uuid, name, partial_module_spec); in ReadModuleList()
497 module_sp = GetOrCreateModule(uuid, name, partial_module_spec); in ReadModuleList()
H A DProcessMinidump.h103 lldb::ModuleSP GetOrCreateModule(lldb_private::UUID minidump_uuid,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp98 executable = target.GetOrCreateModule(module_spec, true /* notify */); in GetTargetExecutable()
160 if (ModuleSP module_sp = target.GetOrCreateModule(module_spec, false)) in FindModuleViaTarget()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp51 target.GetOrCreateModule(module_spec, /*notify*/ false, &error); in ParseModule()
173 parsed_process->target_sp->GetOrCreateModule(module_spec, false, &error); in ParseKernel()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp69 module_sp = m_process->GetTarget().GetOrCreateModule(module_spec, in OnLoadModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp467 target.GetOrCreateModule(module_spec, true /* notify */); in GetLoadedDynamicLibrariesInfos()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp194 executable = target.GetOrCreateModule(module_spec, true /* notify */); in GetTargetExecutable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp356 m_module_sp = target.GetOrCreateModule(module_spec, true); in LoadImageUsingMemoryModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp590 target.GetOrCreateModule(module_spec, /*notify=*/false)) { in LoadInterpreterModule()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1531 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up, in AddModule()
1540 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up, in AddModule()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h612 lldb::ModuleSP GetOrCreateModule(const ModuleSpec &module_spec, bool notify,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp269 GetTarget().GetOrCreateModule(exe_module_spec, true /* notify */); in DoLoadCore()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp404 target_sp->GetOrCreateModule(main_module_spec, true /* notify */); in DoExecute()
2745 target->GetOrCreateModule(module_spec, true /* notify */)); in DoExecute()
2804 ModuleSP module_sp(target->GetOrCreateModule( in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1525 GetOrCreateModule(module_spec, false /* notify */)); in SetExecutableModule()
2158 ModuleSP Target::GetOrCreateModule(const ModuleSpec &module_spec, bool notify, in GetOrCreateModule() function in Target