/external/llvm-project/lldb/source/Core/ |
D | DynamicLoader.cpp | 95 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/ |
D | ProcessMinidump.cpp | 488 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()
|
D | ProcessMinidump.h | 106 lldb::ModuleSP GetOrCreateModule(lldb_private::UUID minidump_uuid,
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
D | DynamicLoaderWindowsDYLD.cpp | 73 module_sp = m_process->GetTarget().GetOrCreateModule(module_spec, in OnLoadModule()
|
/external/llvm-project/lldb/source/Target/ |
D | TraceSessionFileParser.cpp | 46 target_sp->GetOrCreateModule(module_spec, /*notify*/ false, &error); in ParseModule()
|
D | Target.cpp | 1451 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/ |
D | DynamicLoaderDarwin.cpp | 146 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/ |
D | DynamicLoaderHexagonDYLD.cpp | 204 executable = target.GetOrCreateModule(module_spec, true /* notify */); in GetTargetExecutable()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
D | DynamicLoaderPOSIXDYLD.cpp | 543 if (ModuleSP module_sp = target.GetOrCreateModule(module_spec, in LoadInterpreterModule()
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | ProcessWindows.cpp | 657 GetTarget().GetOrCreateModule(module_spec, true /* notify */, &error); in OnDebuggerConnected()
|
/external/llvm-project/lldb/source/Plugins/Process/elf-core/ |
D | ProcessElfCore.cpp | 247 exe_module_sp = GetTarget().GetOrCreateModule(exe_module_spec, in DoLoadCore()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Target.h | 547 lldb::ModuleSP GetOrCreateModule(const ModuleSpec &module_spec, bool notify,
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 831 m_module_sp = target.GetOrCreateModule(module_spec, true /* notify */); in LoadImageUsingMemoryModule()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectTarget.cpp | 393 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/ |
D | SBTarget.cpp | 1610 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()
|