Home
last modified time | relevance | path

Searched refs:EK_File (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DVirtualFileSystem.h601 enum EntryKind { EK_Directory, EK_DirectoryRemap, EK_File }; enumerator
676 case EK_File: in classof()
702 : RemapEntry(EK_File, Name, ExternalContentsPath, UseName) {} in FileEntry()
704 static bool classof(const Entry *E) { return E->getKind() == EK_File; } in classof()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Support/
H A DVirtualFileSystem.h601 enum EntryKind { EK_Directory, EK_DirectoryRemap, EK_File }; enumerator
676 case EK_File: in classof()
702 : RemapEntry(EK_File, Name, ExternalContentsPath, UseName) {} in FileEntry()
704 static bool classof(const Entry *E) { return E->getKind() == EK_File; } in classof()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h601 enum EntryKind { EK_Directory, EK_DirectoryRemap, EK_File }; enumerator
676 case EK_File: in classof()
702 : RemapEntry(EK_File, Name, ExternalContentsPath, UseName) {} in FileEntry()
704 static bool classof(const Entry *E) { return E->getKind() == EK_File; } in classof()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Support/
H A DVirtualFileSystem.h612 enum EntryKind { EK_Directory, EK_DirectoryRemap, EK_File }; enumerator
687 case EK_File: in classof()
713 : RemapEntry(EK_File, Name, ExternalContentsPath, UseName) {} in FileEntry()
715 static bool classof(const Entry *E) { return E->getKind() == EK_File; } in classof()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DVirtualFileSystem.h601 enum EntryKind { EK_Directory, EK_DirectoryRemap, EK_File }; enumerator
676 case EK_File: in classof()
702 : RemapEntry(EK_File, Name, ExternalContentsPath, UseName) {} in FileEntry()
704 static bool classof(const Entry *E) { return E->getKind() == EK_File; } in classof()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DVirtualFileSystem.h601 enum EntryKind { EK_Directory, EK_DirectoryRemap, EK_File }; enumerator
676 case EK_File: in classof()
702 : RemapEntry(EK_File, Name, ExternalContentsPath, UseName) {} in FileEntry()
704 static bool classof(const Entry *E) { return E->getKind() == EK_File; } in classof()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Support/
H A DVirtualFileSystem.h575 enum EntryKind { EK_Directory, EK_File }; enumerator
630 : Entry(EK_File, Name), ExternalContentsPath(ExternalContentsPath), in RedirectingFileEntry()
643 static bool classof(const Entry *E) { return E->getKind() == EK_File; } in classof()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Support/
H A DVirtualFileSystem.h559 enum EntryKind { EK_Directory, EK_File }; enumerator
614 : Entry(EK_File, Name), ExternalContentsPath(ExternalContentsPath), in RedirectingFileEntry()
627 static bool classof(const Entry *E) { return E->getKind() == EK_File; } in classof()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h577 enum EntryKind { EK_Directory, EK_File }; enumerator
632 : Entry(EK_File, Name), ExternalContentsPath(ExternalContentsPath), in RedirectingFileEntry()
645 static bool classof(const Entry *E) { return E->getKind() == EK_File; } in classof()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Support/
H A DVirtualFileSystem.h577 enum EntryKind { EK_Directory, EK_File }; enumerator
632 : Entry(EK_File, Name), ExternalContentsPath(ExternalContentsPath), in RedirectingFileEntry()
645 static bool classof(const Entry *E) { return E->getKind() == EK_File; } in classof()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Support/
H A DVirtualFileSystem.h575 enum EntryKind { EK_Directory, EK_File }; enumerator
630 : Entry(EK_File, Name), ExternalContentsPath(ExternalContentsPath), in RedirectingFileEntry()
643 static bool classof(const Entry *E) { return E->getKind() == EK_File; } in classof()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DVirtualFileSystem.h579 enum EntryKind { EK_Directory, EK_File }; enumerator
634 : Entry(EK_File, Name), ExternalContentsPath(ExternalContentsPath), in RedirectingFileEntry()
647 static bool classof(const Entry *E) { return E->getKind() == EK_File; } in classof()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Support/
H A DVirtualFileSystem.h577 enum EntryKind { EK_Directory, EK_File }; enumerator
632 : Entry(EK_File, Name), ExternalContentsPath(ExternalContentsPath), in RedirectingFileEntry()
645 static bool classof(const Entry *E) { return E->getKind() == EK_File; } in classof()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DVirtualFileSystem.h575 enum EntryKind { EK_Directory, EK_File }; enumerator
630 : Entry(EK_File, Name), ExternalContentsPath(ExternalContentsPath), in RedirectingFileEntry()
643 static bool classof(const Entry *E) { return E->getKind() == EK_File; } in classof()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DVirtualFileSystem.h579 enum EntryKind { EK_Directory, EK_File }; enumerator
634 : Entry(EK_File, Name), ExternalContentsPath(ExternalContentsPath), in RedirectingFileEntry()
647 static bool classof(const Entry *E) { return E->getKind() == EK_File; } in classof()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h575 enum EntryKind { EK_Directory, EK_File }; enumerator
630 : Entry(EK_File, Name), ExternalContentsPath(ExternalContentsPath), in RedirectingFileEntry()
643 static bool classof(const Entry *E) { return E->getKind() == EK_File; } in classof()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Basic/
H A DVirtualFileSystem.cpp816 EK_File enumerator
876 : Entry(EK_File, Name), ExternalContentsPath(ExternalContentsPath), in RedirectingFileEntry()
889 static bool classof(const Entry *E) { return E->getKind() == EK_File; } in classof()
1235 case EK_File: { in uniqueOverlayTree()
1301 Kind = EK_File; in parseEntry()
1395 case EK_File: in parseEntry()
1747 assert(Kind == EK_File && "Must be a EK_File"); in getVFSEntries()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DVirtualFileSystem.cpp1286 case RedirectingFileSystem::EK_File: { in uniqueOverlayTree()
1358 Kind = RedirectingFileSystem::EK_File; in parseEntry()
1472 case RedirectingFileSystem::EK_File: in parseEntry()
1863 assert(Kind == RedirectingFileSystem::EK_File && "Must be a EK_File"); in getVFSEntries()
2103 case RedirectingFileSystem::EK_File: in incrementContent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp1286 case RedirectingFileSystem::EK_File: { in uniqueOverlayTree()
1358 Kind = RedirectingFileSystem::EK_File; in parseEntry()
1472 case RedirectingFileSystem::EK_File: in parseEntry()
1863 assert(Kind == RedirectingFileSystem::EK_File && "Must be a EK_File"); in getVFSEntries()
2103 case RedirectingFileSystem::EK_File: in incrementContent()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1286 case RedirectingFileSystem::EK_File: { in uniqueOverlayTree()
1358 Kind = RedirectingFileSystem::EK_File; in parseEntry()
1472 case RedirectingFileSystem::EK_File: in parseEntry()
1863 assert(Kind == RedirectingFileSystem::EK_File && "Must be a EK_File"); in getVFSEntries()
2103 case RedirectingFileSystem::EK_File: in incrementContent()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DVirtualFileSystem.cpp1248 case RedirectingFileSystem::EK_File: { in uniqueOverlayTree()
1321 Kind = RedirectingFileSystem::EK_File; in parseEntry()
1425 case RedirectingFileSystem::EK_File: in parseEntry()
1817 assert(Kind == RedirectingFileSystem::EK_File && "Must be a EK_File"); in getVFSEntries()
2057 case RedirectingFileSystem::EK_File: in incrementContent()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DVirtualFileSystem.cpp1203 case RedirectingFileSystem::EK_File: { in uniqueOverlayTree()
1276 Kind = RedirectingFileSystem::EK_File; in parseEntry()
1380 case RedirectingFileSystem::EK_File: in parseEntry()
1772 assert(Kind == RedirectingFileSystem::EK_File && "Must be a EK_File"); in getVFSEntries()
2012 case RedirectingFileSystem::EK_File: in incrementContent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp1336 case RedirectingFileSystem::EK_File: { in uniqueOverlayTree()
1401 Kind = RedirectingFileSystem::EK_File; in parseEntry()
1512 case RedirectingFileSystem::EK_File: in parseEntry()
1892 assert(Kind == RedirectingFileSystem::EK_File && "Must be a EK_File"); in getVFSEntries()
2160 case RedirectingFileSystem::EK_File: in incrementContent()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DVirtualFileSystem.cpp1325 case RedirectingFileSystem::EK_File: { in uniqueOverlayTree()
1390 Kind = RedirectingFileSystem::EK_File; in parseEntry()
1501 case RedirectingFileSystem::EK_File: in parseEntry()
1881 assert(Kind == RedirectingFileSystem::EK_File && "Must be a EK_File"); in getVFSEntries()
2149 case RedirectingFileSystem::EK_File: in incrementContent()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DVirtualFileSystem.cpp1070 case RedirectingFileSystem::EK_File:
1439 case RedirectingFileSystem::EK_File: {
1501 Kind = RedirectingFileSystem::EK_File;
1618 case RedirectingFileSystem::EK_File:
2113 assert(Kind == RedirectingFileSystem::EK_File && "Must be a EK_File");

12