LLVM 22.0.0git
|
#include "llvm/Support/VirtualFileSystem.h"
Public Member Functions | |
YAMLVFSWriter ()=default | |
LLVM_ABI void | addFileMapping (StringRef VirtualPath, StringRef RealPath) |
LLVM_ABI void | addDirectoryMapping (StringRef VirtualPath, StringRef RealPath) |
void | setCaseSensitivity (bool CaseSensitive) |
void | setUseExternalNames (bool UseExtNames) |
void | setOverlayDir (StringRef OverlayDirectory) |
const std::vector< YAMLVFSEntry > & | getMappings () const |
LLVM_ABI void | write (llvm::raw_ostream &OS) |
Definition at line 1126 of file VirtualFileSystem.h.
|
default |
References LLVM_ABI.
Definition at line 2750 of file VirtualFileSystem.cpp.
Definition at line 2746 of file VirtualFileSystem.cpp.
|
inline |
Definition at line 1152 of file VirtualFileSystem.h.
|
inline |
Definition at line 1141 of file VirtualFileSystem.h.
|
inline |
Definition at line 1147 of file VirtualFileSystem.h.
References llvm::StringRef::str().
|
inline |
Definition at line 1145 of file VirtualFileSystem.h.
void YAMLVFSWriter::write | ( | llvm::raw_ostream & | OS | ) |
Definition at line 2915 of file VirtualFileSystem.cpp.
References llvm::sort(), and llvm::raw_ostream::write().