Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRemoteAwarePlatform.cpp289 Status RemoteAwarePlatform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() function in RemoteAwarePlatform
293 return m_remote_platform_sp->GetFileWithUUID(platform_file, uuid_ptr, in GetFileWithUUID()
H A DPlatform.cpp154 Status Platform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() function in Platform
H A DTarget.cpp1468 m_platform_sp->GetFileWithUUID(dependent_file_spec, nullptr, in SetExecutableModule()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h64 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid,
H A DPlatform.h280 virtual Status GetFileWithUUID(const FileSpec &platform_file,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h48 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr,
H A DPlatformRemoteGDBServer.cpp124 Status PlatformRemoteGDBServer::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() function in PlatformRemoteGDBServer