Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h559 static constexpr size_t MaxSymlinkDepth = 16; variable
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp958 if (SymlinkDepth > InMemoryFileSystem::MaxSymlinkDepth) in lookupNode()