LLVM
8.0.1
|
#include "llvm/Support/VirtualFileSystem.h"
Public Member Functions | |
template<typename T1 , typename T2 > | |
YAMLVFSEntry (T1 &&VPath, T2 &&RPath) | |
Public Attributes | |
std::string | VPath |
std::string | RPath |
Definition at line 491 of file VirtualFileSystem.h.
|
inline |
Definition at line 493 of file VirtualFileSystem.h.
std::string llvm::vfs::YAMLVFSEntry::RPath |
Definition at line 496 of file VirtualFileSystem.h.
Referenced by llvm::vfs::YAMLVFSWriter::addFileMapping().
std::string llvm::vfs::YAMLVFSEntry::VPath |
Definition at line 495 of file VirtualFileSystem.h.
Referenced by llvm::vfs::YAMLVFSWriter::addFileMapping(), and llvm::vfs::YAMLVFSWriter::write().