LLVM 20.0.0git
|
A file or directory in the vfs that is mapped to a file or directory in the external filesystem. More...
#include "llvm/Support/VirtualFileSystem.h"
Public Member Functions | |
StringRef | getExternalContentsPath () const |
bool | useExternalName (bool GlobalUseExternalName) const |
Whether to use the external path as the name for this file or directory. | |
NameKind | getUseName () const |
Public Member Functions inherited from llvm::vfs::RedirectingFileSystem::Entry | |
Entry (EntryKind K, StringRef Name) | |
virtual | ~Entry ()=default |
StringRef | getName () const |
EntryKind | getKind () const |
Static Public Member Functions | |
static bool | classof (const Entry *E) |
Protected Member Functions | |
RemapEntry (EntryKind K, StringRef Name, StringRef ExternalContentsPath, NameKind UseName) | |
A file or directory in the vfs that is mapped to a file or directory in the external filesystem.
Definition at line 841 of file VirtualFileSystem.h.
|
inlineprotected |
Definition at line 846 of file VirtualFileSystem.h.
Definition at line 862 of file VirtualFileSystem.h.
References E, llvm::vfs::RedirectingFileSystem::EK_Directory, llvm::vfs::RedirectingFileSystem::EK_DirectoryRemap, llvm::vfs::RedirectingFileSystem::EK_File, and llvm_unreachable.
|
inline |
Definition at line 852 of file VirtualFileSystem.h.
|
inline |
Definition at line 860 of file VirtualFileSystem.h.
|
inline |
Whether to use the external path as the name for this file or directory.
Definition at line 855 of file VirtualFileSystem.h.
References llvm::vfs::RedirectingFileSystem::NK_External, and llvm::vfs::RedirectingFileSystem::NK_NotSet.