Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h63 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid,
H A DPlatform.h293 virtual Status GetFileWithUUID(const FileSpec &platform_file,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp315 Status RemoteAwarePlatform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() function in RemoteAwarePlatform
319 return m_remote_platform_sp->GetFileWithUUID(platform_file, uuid_ptr, in GetFileWithUUID()
H A DPlatform.cpp174 Status Platform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() function in Platform
H A DTarget.cpp1442 m_platform_sp->GetFileWithUUID(dependent_file_spec, nullptr, in SetExecutableModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h54 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr,
H A DPlatformRemoteGDBServer.cpp195 Status PlatformRemoteGDBServer::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() function in PlatformRemoteGDBServer