Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h687 class DirectoryRemapEntry : public RemapEntry {
689 DirectoryRemapEntry(StringRef Name, StringRef ExternalContentsPath, in DirectoryRemapEntry() function
726 if (isa<DirectoryRemapEntry>(E)) in getExternalRedirect()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1432 auto *DR = cast<RedirectingFileSystem::DirectoryRemapEntry>(SrcE); in uniqueOverlayTree()
1435 std::make_unique<RedirectingFileSystem::DirectoryRemapEntry>( in uniqueOverlayTree()
1623 Result = std::make_unique<RedirectingFileSystem::DirectoryRemapEntry>( in parseEntry()
1853 if (auto *DRE = dyn_cast<RedirectingFileSystem::DirectoryRemapEntry>(E)) { in LookupResult()
1863 if (E && !isa<RedirectingFileSystem::DirectoryRemapEntry>(E)) in shouldFallBackToExternalFS()
1921 if (isa<RedirectingFileSystem::DirectoryRemapEntry>(From)) in lookupPathImpl()
2103 auto *DR = dyn_cast<RedirectingFileSystem::DirectoryRemapEntry>(SrcE); in getVFSEntries()