Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp696 class InMemorySymbolicLink : public InMemoryNode { class
701 InMemorySymbolicLink(StringRef Path, StringRef TargetPath, Status Stat) in InMemorySymbolicLink() function in llvm::vfs::detail::__anon8653c17d0511::InMemorySymbolicLink
979 if (auto Symlink = dyn_cast<detail::InMemorySymbolicLink>(Node)) { in lookupNode()
1063 return std::make_unique<detail::InMemorySymbolicLink>( in addSymbolicLink()