Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp1440 auto RE = cast<RedirectingFileSystem::RemapEntry>(Result->E); in dir_begin()
1564 auto *RE = cast<RedirectingFileSystem::RemapEntry>(E); in printEntry()
2337 auto *RE = cast<RedirectingFileSystem::RemapEntry>(Result.E); in status()
2474 auto *RE = cast<RedirectingFileSystem::RemapEntry>(Result->E); in openFileForRead()