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.cpp452 ModuleSP ProcessMinidump::GetOrCreateModule(UUID minidump_uuid, in GetOrCreateModule() function in ProcessMinidump
459 GetTarget().GetOrCreateModule(module_spec, true /* notify */, &error); in GetOrCreateModule()
526 lldb::ModuleSP module_sp = GetTarget().GetOrCreateModule(module_spec, in ReadModuleList()
539 module_sp = GetOrCreateModule(uuid, name, partial_module_spec); in ReadModuleList()
542 module_sp = GetOrCreateModule(uuid, name, partial_module_spec); in ReadModuleList()
H A DProcessMinidump.h102 lldb::ModuleSP GetOrCreateModule(lldb_private::UUID minidump_uuid,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp102 executable = target.GetOrCreateModule(module_spec, true /* notify */); in GetTargetExecutable()
168 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.cpp487 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.cpp633 target.GetOrCreateModule(module_spec, /*notify=*/false)) { in LoadInterpreterModule()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1494 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up, in AddModule()
1503 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up, in AddModule()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h644 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.cpp405 target_sp->GetOrCreateModule(main_module_spec, true /* notify */); in DoExecute()
2773 target.GetOrCreateModule(module_spec, true /* notify */)); in DoExecute()
2833 target.GetOrCreateModule(module_spec, true /* notify */, &error)); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1640 GetOrCreateModule(module_spec, false /* notify */)); in SetExecutableModule()
2329 ModuleSP Target::GetOrCreateModule(const ModuleSpec &orig_module_spec, in GetOrCreateModule() function in Target