Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h559 static constexpr size_t MaxSymlinkDepth = 16; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp960 if (SymlinkDepth > InMemoryFileSystem::MaxSymlinkDepth) in lookupNode()