Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp708 class InMemorySymbolicLink : public InMemoryNode { class
713 InMemorySymbolicLink(StringRef Path, StringRef TargetPath, Status Stat) in InMemorySymbolicLink() function in llvm::vfs::detail::__anon5c4e8b480511::InMemorySymbolicLink
991 if (auto Symlink = dyn_cast<detail::InMemorySymbolicLink>(Node)) { in lookupNode()
1075 return std::make_unique<detail::InMemorySymbolicLink>( in addSymbolicLink()