LLVM 22.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 859 of file VirtualFileSystem.h.
|
inlineprotected |
Definition at line 864 of file VirtualFileSystem.h.
References llvm::vfs::RedirectingFileSystem::Entry::Entry().
Referenced by llvm::vfs::RedirectingFileSystem::DirectoryRemapEntry::DirectoryRemapEntry(), and llvm::vfs::RedirectingFileSystem::FileEntry::FileEntry().
|
inline |
Definition at line 870 of file VirtualFileSystem.h.
|
inline |
Definition at line 878 of file VirtualFileSystem.h.
|
inline |
Whether to use the external path as the name for this file or directory.
Definition at line 873 of file VirtualFileSystem.h.
References llvm::vfs::RedirectingFileSystem::NK_External, and llvm::vfs::RedirectingFileSystem::NK_NotSet.