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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h103 lldb::ModuleSP GetOrCreateModule(lldb_private::UUID minidump_uuid,
H A DProcessMinidump.cpp407 ModuleSP ProcessMinidump::GetOrCreateModule(UUID minidump_uuid, function in class:ProcessMinidump
414 GetTarget().GetOrCreateModule(module_spec, true /* notify */, &error);
481 lldb::ModuleSP module_sp = GetTarget().GetOrCreateModule(module_spec,
494 module_sp = GetOrCreateModule(uuid, name, partial_module_spec);
497 module_sp = GetOrCreateModule(uuid, name, partial_module_spec);
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp97 executable = target.GetOrCreateModule(module_spec, true /* notify */);
159 if (ModuleSP module_sp = target.GetOrCreateModule(module_spec, false))
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp51 target.GetOrCreateModule(module_spec, /*notify*/ false, &error);
173 parsed_process->target_sp->GetOrCreateModule(module_spec, false, &error);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp69 module_sp = m_process->GetTarget().GetOrCreateModule(module_spec,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp194 executable = target.GetOrCreateModule(module_spec, true /* notify */);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp467 target.GetOrCreateModule(module_spec, true /* notify */);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp356 m_module_sp = target.GetOrCreateModule(module_spec, true);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp574 if (ModuleSP module_sp = target.GetOrCreateModule(module_spec,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp264 exe_module_sp = GetTarget().GetOrCreateModule(exe_module_spec,
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1524 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up,
1533 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up,
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h601 lldb::ModuleSP GetOrCreateModule(const ModuleSpec &module_spec, bool notify,
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp422 target_sp->GetOrCreateModule(main_module_spec, true /* notify */);
2821 target->GetOrCreateModule(module_spec, true /* notify */));
2880 ModuleSP module_sp(target->GetOrCreateModule(
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1524 GetOrCreateModule(module_spec, false /* notify */));
2163 ModuleSP Target::GetOrCreateModule(const ModuleSpec &module_spec, bool notify, function in class:Target

Completed in 412 milliseconds