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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp17 bool RemoteAwarePlatform::GetModuleSpec(const FileSpec &module_file_spec, function in class:RemoteAwarePlatform
21 return m_remote_platform_sp->GetModuleSpec(module_file_spec, arch,
24 return Platform::GetModuleSpec(module_file_spec, arch, module_spec);
H A DPlatform.cpp256 bool Platform::GetModuleSpec(const FileSpec &module_file_spec, function in class:Platform
1535 if (process->GetModuleSpec(module_spec.GetFileSpec(),
1566 if (!GetModuleSpec(module_spec.GetFileSpec(), module_spec.GetArchitecture(),
H A DProcess.cpp5738 bool Process::GetModuleSpec(const FileSpec &module_file_spec,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h22 bool GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch,
H A DPlatform.h306 virtual bool GetModuleSpec(const FileSpec &module_file_spec,
H A DProcess.h2295 virtual bool GetModuleSpec(const FileSpec &module_file_spec,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h48 bool GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch,
H A DPlatformRemoteGDBServer.cpp164 bool PlatformRemoteGDBServer::GetModuleSpec(const FileSpec &module_file_spec, function in class:PlatformRemoteGDBServer
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h195 bool GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch,
H A DProcessGDBRemote.cpp4223 bool ProcessGDBRemote::GetModuleSpec(const FileSpec &module_file_spec,

Completed in 385 milliseconds