Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DVirtualFileSystem.cpp1790 ErrorOr<RedirectingFileSystem::Entry *> RootE = VFS->lookupPath("/"); in collectVFSFromYAML() local
1791 if (!RootE) in collectVFSFromYAML()
1795 getVFSEntries(*RootE, Components, CollectedEntries); in collectVFSFromYAML()