Home
last modified time | relevance | path

Searched refs:GetFileWithUUID (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp288 Status RemoteAwarePlatform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() function in RemoteAwarePlatform
292 return m_remote_platform_sp->GetFileWithUUID(platform_file, uuid_ptr, in GetFileWithUUID()
H A DPlatform.cpp153 Status Platform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() function in Platform
H A DTarget.cpp1457 m_platform_sp->GetFileWithUUID(dependent_file_spec, nullptr, in SetExecutableModule()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h63 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid,
H A DPlatform.h279 virtual Status GetFileWithUUID(const FileSpec &platform_file,
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h47 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr,
H A DPlatformRemoteGDBServer.cpp122 Status PlatformRemoteGDBServer::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() function in PlatformRemoteGDBServer