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 1104 of file VirtualFileSystem.h.
|
default |
Definition at line 2736 of file VirtualFileSystem.cpp.
Definition at line 2732 of file VirtualFileSystem.cpp.
|
inline |
Definition at line 1130 of file VirtualFileSystem.h.
Referenced by llvm::FileCollector::copyFiles().
|
inline |
Definition at line 1119 of file VirtualFileSystem.h.
Referenced by llvm::FileCollector::writeMapping().
|
inline |
Definition at line 1125 of file VirtualFileSystem.h.
References llvm::StringRef::str().
Referenced by llvm::FileCollector::writeMapping().
|
inline |
Definition at line 1123 of file VirtualFileSystem.h.
Referenced by llvm::FileCollector::writeMapping().
void YAMLVFSWriter::write | ( | llvm::raw_ostream & | OS | ) |
Definition at line 2901 of file VirtualFileSystem.cpp.
References LHS, OS, llvm::vfs::RedirectingFileSystem::OverlayDir, RHS, and llvm::sort().
Referenced by llvm::FileCollector::writeMapping().