Home
last modified time | relevance | path

Searched refs:GetModuleSpec (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lldb/include/lldb/Target/
DRemoteAwarePlatform.h22 bool GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch,
DPlatform.h309 virtual bool GetModuleSpec(const FileSpec &module_file_spec,
DProcess.h2393 virtual bool GetModuleSpec(const FileSpec &module_file_spec,
/external/llvm-project/lldb/source/Target/
DRemoteAwarePlatform.cpp22 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()
DPlatform.cpp262 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()
DProcess.cpp5903 bool Process::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() function in Process
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h49 bool GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch,
DPlatformRemoteGDBServer.cpp166 bool PlatformRemoteGDBServer::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() function in PlatformRemoteGDBServer
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h198 bool GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch,
DProcessGDBRemote.cpp4206 bool ProcessGDBRemote::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() function in ProcessGDBRemote