reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
  242 PlatformMacOSX::GetFileWithUUID(const lldb_private::FileSpec &platform_file,
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  192 Status PlatformRemoteGDBServer::GetFileWithUUID(const FileSpec &platform_file,
tools/lldb/source/Target/RemoteAwarePlatform.cpp
  160 Status RemoteAwarePlatform::GetFileWithUUID(const FileSpec &platform_file,

Declarations

tools/lldb/include/lldb/Target/Platform.h
  289   virtual Status GetFileWithUUID(const FileSpec &platform_file,

References

tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
  232       return m_remote_platform_sp->GetFileWithUUID(platform_file, uuid_ptr,
tools/lldb/source/Target/RemoteAwarePlatform.cpp
  164     return m_remote_platform_sp->GetFileWithUUID(platform_file, uuid_ptr,
tools/lldb/source/Target/Target.cpp
 1432           m_platform_sp->GetFileWithUUID(dependent_file_spec, nullptr,