Home
last modified time | relevance | path

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

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