Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DDynamicLoader.cpp95 executable = target.GetOrCreateModule(module_spec, true /* notify */); in GetTargetExecutable()
165 if ((module_sp = target.GetOrCreateModule(module_spec, in LoadModuleAtAddress()
202 if ((module_sp = target.GetOrCreateModule(new_module_spec, in LoadModuleAtAddress()
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp488 ModuleSP ProcessMinidump::GetOrCreateModule(UUID minidump_uuid, in GetOrCreateModule() function in ProcessMinidump
495 GetTarget().GetOrCreateModule(module_spec, true /* notify */, &error); in GetOrCreateModule()
562 lldb::ModuleSP module_sp = GetTarget().GetOrCreateModule(module_spec, in ReadModuleList()
575 module_sp = GetOrCreateModule(uuid, name, partial_module_spec); in ReadModuleList()
578 module_sp = GetOrCreateModule(uuid, name, partial_module_spec); in ReadModuleList()
DProcessMinidump.h106 lldb::ModuleSP GetOrCreateModule(lldb_private::UUID minidump_uuid,
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
DDynamicLoaderWindowsDYLD.cpp73 module_sp = m_process->GetTarget().GetOrCreateModule(module_spec, in OnLoadModule()
/external/llvm-project/lldb/source/Target/
DTraceSessionFileParser.cpp46 target_sp->GetOrCreateModule(module_spec, /*notify*/ false, &error); in ParseModule()
DTarget.cpp1451 GetOrCreateModule(module_spec, false /* notify */)); in SetExecutableModule()
1960 ModuleSP Target::GetOrCreateModule(const ModuleSpec &module_spec, bool notify, in GetOrCreateModule() function in Target
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.cpp146 target.GetOrCreateModule(shared_cache_spec, false /* notify */); in FindTargetModuleForImageInfo()
152 module_sp = target.GetOrCreateModule(module_spec, false /* notify */); in FindTargetModuleForImageInfo()
673 commpage_image_module_sp = target.GetOrCreateModule(module_spec, in AddModulesUsingImageInfos()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DDynamicLoaderHexagonDYLD.cpp204 executable = target.GetOrCreateModule(module_spec, true /* notify */); in GetTargetExecutable()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp543 if (ModuleSP module_sp = target.GetOrCreateModule(module_spec, in LoadInterpreterModule()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp657 GetTarget().GetOrCreateModule(module_spec, true /* notify */, &error); in OnDebuggerConnected()
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp247 exe_module_sp = GetTarget().GetOrCreateModule(exe_module_spec, in DoLoadCore()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h547 lldb::ModuleSP GetOrCreateModule(const ModuleSpec &module_spec, bool notify,
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp831 m_module_sp = target.GetOrCreateModule(module_spec, true /* notify */); in LoadImageUsingMemoryModule()
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp393 target_sp->GetOrCreateModule(main_module_spec, true /* notify */); in DoExecute()
2528 target->GetOrCreateModule(module_spec, true /* notify */)); in DoExecute()
2589 ModuleSP module_sp(target->GetOrCreateModule( in DoExecute()
/external/llvm-project/lldb/source/API/
DSBTarget.cpp1610 sb_module.SetSP(target_sp->GetOrCreateModule(module_spec, true /* notify */)); in AddModule()
1622 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up, in AddModule()