Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h817 class RemapEntry : public Entry {
822 RemapEntry(EntryKind K, StringRef Name, StringRef ExternalContentsPath, in RemapEntry() function
853 class DirectoryRemapEntry : public RemapEntry {
857 : RemapEntry(EK_DirectoryRemap, Name, ExternalContentsPath, UseName) {} in DirectoryRemapEntry()
865 class FileEntry : public RemapEntry {
868 : RemapEntry(EK_File, Name, ExternalContentsPath, UseName) {} in FileEntry()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1442 auto RE = cast<RedirectingFileSystem::RemapEntry>(Result->E); in dir_begin()
1566 auto *RE = cast<RedirectingFileSystem::RemapEntry>(E); in printEntry()
2353 auto *RE = cast<RedirectingFileSystem::RemapEntry>(Result.E); in status()
2490 auto *RE = cast<RedirectingFileSystem::RemapEntry>(Result->E); in openFileForRead()