LLVM 20.0.0git
|
#include "llvm/Support/VirtualFileSystem.h"
Public Member Functions | |
YAMLVFSWriter ()=default | |
void | addFileMapping (StringRef VirtualPath, StringRef RealPath) |
void | addDirectoryMapping (StringRef VirtualPath, StringRef RealPath) |
void | setCaseSensitivity (bool CaseSensitive) |
void | setUseExternalNames (bool UseExtNames) |
void | setOverlayDir (StringRef OverlayDirectory) |
const std::vector< YAMLVFSEntry > & | getMappings () const |
void | write (llvm::raw_ostream &OS) |
Definition at line 1117 of file VirtualFileSystem.h.
|
default |
Definition at line 2748 of file VirtualFileSystem.cpp.
Definition at line 2744 of file VirtualFileSystem.cpp.
|
inline |
Definition at line 1143 of file VirtualFileSystem.h.
Referenced by llvm::FileCollector::copyFiles().
|
inline |
Definition at line 1132 of file VirtualFileSystem.h.
Referenced by llvm::FileCollector::writeMapping().
|
inline |
Definition at line 1138 of file VirtualFileSystem.h.
References llvm::StringRef::str().
Referenced by llvm::FileCollector::writeMapping().
|
inline |
Definition at line 1136 of file VirtualFileSystem.h.
Referenced by llvm::FileCollector::writeMapping().
void YAMLVFSWriter::write | ( | llvm::raw_ostream & | OS | ) |
Definition at line 2913 of file VirtualFileSystem.cpp.
References LHS, OS, llvm::vfs::RedirectingFileSystem::OverlayDir, RHS, and llvm::sort().
Referenced by llvm::FileCollector::writeMapping().