Searched refs:GetModuleSpec (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/lldb/include/lldb/Target/ |
D | RemoteAwarePlatform.h | 22 bool GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch,
|
D | Platform.h | 309 virtual bool GetModuleSpec(const FileSpec &module_file_spec,
|
D | Process.h | 2393 virtual bool GetModuleSpec(const FileSpec &module_file_spec,
|
/external/llvm-project/lldb/source/Target/ |
D | RemoteAwarePlatform.cpp | 22 bool RemoteAwarePlatform::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() function in RemoteAwarePlatform 26 return m_remote_platform_sp->GetModuleSpec(module_file_spec, arch, in GetModuleSpec()
|
D | Platform.cpp | 262 bool Platform::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() function in Platform 1555 if (process->GetModuleSpec(module_spec.GetFileSpec(), in GetRemoteSharedModule() 1588 if (GetModuleSpec(module_spec.GetFileSpec(), module_spec.GetArchitecture(), in GetRemoteSharedModule()
|
D | Process.cpp | 5903 bool Process::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() function in Process
|
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.h | 49 bool GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch,
|
D | PlatformRemoteGDBServer.cpp | 166 bool PlatformRemoteGDBServer::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() function in PlatformRemoteGDBServer
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.h | 198 bool GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch,
|
D | ProcessGDBRemote.cpp | 4206 bool ProcessGDBRemote::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() function in ProcessGDBRemote
|