Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h53 bool GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch,
H A DPlatformRemoteGDBServer.cpp162 bool PlatformRemoteGDBServer::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() function in PlatformRemoteGDBServer
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h29 bool GetModuleSpec(const lldb_private::FileSpec &module_file_spec,
H A DPlatformPOSIX.cpp59 bool PlatformPOSIX::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() function in PlatformPOSIX
63 return m_remote_platform_sp->GetModuleSpec(module_file_spec, arch, in GetModuleSpec()
66 return Platform::GetModuleSpec(module_file_spec, arch, module_spec); in GetModuleSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp258 bool Platform::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() function in Platform
1586 if (process->GetModuleSpec(module_spec.GetFileSpec(), in GetRemoteSharedModule()
1617 if (!GetModuleSpec(module_spec.GetFileSpec(), module_spec.GetArchitecture(), in GetRemoteSharedModule()
H A DProcess.cpp5963 bool Process::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() function in Process
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h216 bool GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch,
H A DProcessGDBRemote.cpp4291 bool ProcessGDBRemote::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() function in ProcessGDBRemote
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h331 virtual bool GetModuleSpec(const FileSpec &module_file_spec,
H A DProcess.h2654 virtual bool GetModuleSpec(const FileSpec &module_file_spec,