Searched refs:EK_File (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | VirtualFileSystem.h | 575 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()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | VirtualFileSystem.h | 579 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()
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 706 EK_File enumerator 757 : Entry(EK_File, Name), ExternalContentsPath(ExternalContentsPath), in RedirectingFileEntry() 766 static bool classof(const Entry *E) { return E->getKind() == EK_File; } in classof() 1094 case EK_File: { in uniqueOverlayTree() 1161 Kind = EK_File; in parseEntry() 1258 case EK_File: in parseEntry()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | VirtualFileSystem.cpp | 1286 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()
|
/external/llvm-project/llvm/lib/Support/ |
D | VirtualFileSystem.cpp | 1336 case RedirectingFileSystem::EK_File: { in uniqueOverlayTree() 1401 Kind = RedirectingFileSystem::EK_File; in parseEntry() 1512 case RedirectingFileSystem::EK_File: in parseEntry() 1947 assert(Kind == RedirectingFileSystem::EK_File && "Must be a EK_File"); in getVFSEntries() 2215 case RedirectingFileSystem::EK_File: in incrementContent()
|