|
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 1123 of file VirtualFileSystem.h.
|
default |
References LLVM_ABI.
Definition at line 2745 of file VirtualFileSystem.cpp.
Definition at line 2741 of file VirtualFileSystem.cpp.
|
inline |
Definition at line 1149 of file VirtualFileSystem.h.
|
inline |
Definition at line 1138 of file VirtualFileSystem.h.
|
inline |
Definition at line 1144 of file VirtualFileSystem.h.
References llvm::StringRef::str().
|
inline |
Definition at line 1142 of file VirtualFileSystem.h.
| void YAMLVFSWriter::write | ( | llvm::raw_ostream & | OS | ) |
Definition at line 2910 of file VirtualFileSystem.cpp.
References llvm::sort(), and llvm::raw_ostream::write().