/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 407 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 D | ProcessMinidump.h | 103 lldb::ModuleSP GetOrCreateModule(lldb_private::UUID minidump_uuid,
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DynamicLoader.cpp | 98 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 D | TraceIntelPTBundleLoader.cpp | 51 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 D | DynamicLoaderWindowsDYLD.cpp | 69 module_sp = m_process->GetTarget().GetOrCreateModule(module_spec, in OnLoadModule()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedProcess.cpp | 467 target.GetOrCreateModule(module_spec, true /* notify */); in GetLoadedDynamicLibrariesInfos()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.cpp | 194 executable = target.GetOrCreateModule(module_spec, true /* notify */); in GetTargetExecutable()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
H A D | DynamicLoaderFreeBSDKernel.cpp | 356 m_module_sp = target.GetOrCreateModule(module_spec, true); in LoadImageUsingMemoryModule()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DynamicLoaderPOSIXDYLD.cpp | 590 target.GetOrCreateModule(module_spec, /*notify=*/false)) { in LoadInterpreterModule()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBTarget.cpp | 1531 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 D | Target.h | 612 lldb::ModuleSP GetOrCreateModule(const ModuleSpec &module_spec, bool notify,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.cpp | 269 GetTarget().GetOrCreateModule(exe_module_spec, true /* notify */); in DoLoadCore()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 404 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 D | Target.cpp | 1525 GetOrCreateModule(module_spec, false /* notify */)); in SetExecutableModule() 2158 ModuleSP Target::GetOrCreateModule(const ModuleSpec &module_spec, bool notify, in GetOrCreateModule() function in Target
|