Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A 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()
H A DPlatform.cpp238 bool Platform::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() function in Platform
1521 if (process->GetModuleSpec(module_spec.GetFileSpec(), in GetRemoteSharedModule()
1553 if (GetModuleSpec(module_spec.GetFileSpec(), module_spec.GetArchitecture(), in GetRemoteSharedModule()
H A DProcess.cpp5914 bool Process::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() function in Process
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h23 bool GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch,
H A DPlatform.h327 virtual bool GetModuleSpec(const FileSpec &module_file_spec,
H A DProcess.h2516 virtual bool GetModuleSpec(const FileSpec &module_file_spec,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h43 bool GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch,
H A DPlatformRemoteGDBServer.cpp101 bool PlatformRemoteGDBServer::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() function in PlatformRemoteGDBServer
/freebsd-14.2/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.cpp4100 bool ProcessGDBRemote::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() function in ProcessGDBRemote