Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h58 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr,
H A DPlatformRemoteGDBServer.cpp190 Status PlatformRemoteGDBServer::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() function in PlatformRemoteGDBServer
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h105 GetFileWithUUID(const lldb_private::FileSpec &platform_file,
H A DPlatformPOSIX.cpp256 Status PlatformPOSIX::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() function in PlatformPOSIX
260 return m_remote_platform_sp->GetFileWithUUID(platform_file, uuid_ptr, in GetFileWithUUID()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h312 virtual Status GetFileWithUUID(const FileSpec &platform_file,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp169 Status Platform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() function in Platform
H A DTarget.cpp1475 m_platform_sp->GetFileWithUUID(dependent_file_spec, nullptr, in SetExecutableModule()