/llvm-project/lldb/unittests/Target/ |
H A D | RemoteAwarePlatformTest.cpp | 40 lldb::ModuleSP &exe_module_sp, in ResolveExecutable() argument
|
/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformMacOSX.cpp | 106 ModuleSP exe_module_sp(target.GetExecutableModule()); in GetSDKDirectory() local
|
H A D | PlatformDarwin.cpp | 1051 ModuleSP exe_module_sp = target->GetExecutableModule(); AddClangModuleCompilationOptionsForSDKType() local 1111 if (ModuleSP exe_module_sp = target->GetExecutableModule()) { AddClangModuleCompilationOptionsForSDKType() local
|
H A D | PlatformDarwinKernel.cpp | 870 const ArchSpec &arch, ModuleSP &exe_module_sp) { in ExamineKextForMatchingUUID()
|
/llvm-project/lldb/source/Target/ |
H A D | RemoteAwarePlatform.cpp | 33 const ModuleSpec &module_spec, lldb::ModuleSP &exe_module_sp, in ResolveExecutable() argument
|
H A D | TargetList.cpp | 304 ModuleSP exe_module_sp; CreateTargetInternal() local
|
H A D | Process.cpp | 3197 exe_module_sp ? exe_module_sp->GetFileSpec().GetPath().c_str() in CompleteAttach() local 3150 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); CompleteAttach() local 3165 ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); CompleteAttach() local
|
H A D | Platform.cpp | 733 ResolveExecutable(const ModuleSpec & module_spec,lldb::ModuleSP & exe_module_sp,const FileSpecList * module_search_paths_ptr) ResolveExecutable() argument
|
H A D | Target.cpp | 2408 ModuleSP exe_module_sp(target->GetExecutableModule()); ImageSearchPathsChanged() local
|
/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 385 ModuleSP exe_module_sp = target->GetExecutableModule(); Attach() local
|
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
H A D | ProcessKDP.cpp | 303 ModuleSP exe_module_sp(target.GetExecutableModule()); DoConnectRemote() local
|
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderMacOSXDYLD.cpp | 957 ModuleSP exe_module_sp(FindTargetModuleForImageInfo(image_infos[exe_idx], UpdateImageInfosHeaderAndLoadCommands() local
|
H A D | DynamicLoaderDarwin.cpp | 551 ModuleSP exe_module_sp(FindTargetModuleForImageInfo(image_infos[exe_idx], UpdateSpecialBinariesFromNewImageInfos() local
|
/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.cpp | 258 lldb::ModuleSP exe_module_sp = GetTarget().GetExecutableModule(); in DoLoadCore() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDebugMap.cpp | 176 DebugMapModule(const ModuleSP &exe_module_sp, uint32_t cu_idx, in DebugMapModule() argument 192 ModuleSP exe_module_sp(m_exe_module_wp.lock()); in GetSymbolFile() local
|
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | ProcessWindows.cpp | 509 ModuleSP exe_module_sp(target_sp->GetExecutableModule()); CanDebug() local
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectProcess.cpp | 147 ModuleSP exe_module_sp = target->GetExecutableModule(); DoExecute() local [all...] |
/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 3574 ModuleSP exe_module_sp = target->GetExecutableModule(); in GetTarget() local
|