Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp68 auto DirWithSymlink = CachedDirs.find(Directory); in updateWithRealPath() local
69 if (DirWithSymlink == CachedDirs.end()) { in updateWithRealPath()
76 RealPath = DirWithSymlink->second; in updateWithRealPath()