Home
last modified time | relevance | path

Searched refs:RemapEntry (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h795 class RemapEntry : public Entry {
800 RemapEntry(EntryKind K, StringRef Name, StringRef ExternalContentsPath, in RemapEntry() function
831 class DirectoryRemapEntry : public RemapEntry {
835 : RemapEntry(EK_DirectoryRemap, Name, ExternalContentsPath, UseName) {} in DirectoryRemapEntry()
843 class FileEntry : public RemapEntry {
846 : RemapEntry(EK_File, Name, ExternalContentsPath, UseName) {} in FileEntry()
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp1425 auto RE = cast<RedirectingFileSystem::RemapEntry>(Result->E); in dir_begin()
1548 auto *RE = cast<RedirectingFileSystem::RemapEntry>(E); in printEntry()
2283 auto *RE = cast<RedirectingFileSystem::RemapEntry>(Result.E); in status()
2420 auto *RE = cast<RedirectingFileSystem::RemapEntry>(Result->E); in openFileForRead()