Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
HDProcessMinidump.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()
HDProcessMinidump.h103 lldb::ModuleSP GetOrCreateModule(lldb_private::UUID minidump_uuid,
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDDynamicLoader.cpp98 executable = target.GetOrCreateModule(module_spec, true /* notify */); in GetTargetExecutable()
160 if (ModuleSP module_sp = target.GetOrCreateModule(module_spec, false)) in FindModuleViaTarget()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDTraceIntelPTBundleLoader.cpp51 target.GetOrCreateModule(module_spec, /*notify*/ false, &error); in ParseModule()
173 parsed_process->target_sp->GetOrCreateModule(module_spec, false, &error); in ParseKernel()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
HDDynamicLoaderWindowsDYLD.cpp69 module_sp = m_process->GetTarget().GetOrCreateModule(module_spec, in OnLoadModule()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedProcess.cpp467 target.GetOrCreateModule(module_spec, true /* notify */); in GetLoadedDynamicLibrariesInfos()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
HDDynamicLoaderHexagonDYLD.cpp194 executable = target.GetOrCreateModule(module_spec, true /* notify */); in GetTargetExecutable()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
HDDynamicLoaderFreeBSDKernel.cpp356 m_module_sp = target.GetOrCreateModule(module_spec, true); in LoadImageUsingMemoryModule()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
HDDynamicLoaderPOSIXDYLD.cpp590 target.GetOrCreateModule(module_spec, /*notify=*/false)) { in LoadInterpreterModule()
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBTarget.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-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h612 lldb::ModuleSP GetOrCreateModule(const ModuleSpec &module_spec, bool notify,
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
HDProcessElfCore.cpp269 GetTarget().GetOrCreateModule(exe_module_spec, true /* notify */); in DoLoadCore()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.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-14-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp1525 GetOrCreateModule(module_spec, false /* notify */)); in SetExecutableModule()
2158 ModuleSP Target::GetOrCreateModule(const ModuleSpec &module_spec, bool notify, in GetOrCreateModule() function in Target