LLVM 20.0.0git
|
A directory in the vfs that maps to a directory in the external file system. More...
#include "llvm/Support/VirtualFileSystem.h"
Public Member Functions | |
DirectoryRemapEntry (StringRef Name, StringRef ExternalContentsPath, NameKind UseName) | |
![]() | |
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 |
![]() | |
Entry (EntryKind K, StringRef Name) | |
virtual | ~Entry ()=default |
StringRef | getName () const |
EntryKind | getKind () const |
Static Public Member Functions | |
static bool | classof (const Entry *E) |
![]() | |
static bool | classof (const Entry *E) |
Additional Inherited Members | |
![]() | |
RemapEntry (EntryKind K, StringRef Name, StringRef ExternalContentsPath, NameKind UseName) | |
A directory in the vfs that maps to a directory in the external file system.
Definition at line 890 of file VirtualFileSystem.h.
|
inline |
Definition at line 892 of file VirtualFileSystem.h.
|
inlinestatic |
Definition at line 896 of file VirtualFileSystem.h.
References E, and llvm::vfs::RedirectingFileSystem::EK_DirectoryRemap.