Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp669 class InMemorySymbolicLink : public InMemoryNode { class
674 InMemorySymbolicLink(StringRef Path, StringRef TargetPath, Status Stat) in InMemorySymbolicLink() function in llvm::vfs::detail::__anon4785343f0511::InMemorySymbolicLink
952 if (auto Symlink = dyn_cast<detail::InMemorySymbolicLink>(Node)) { in lookupNode()
1036 return std::make_unique<detail::InMemorySymbolicLink>( in addSymbolicLink()