Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDFileCollector.cpp68 auto DirWithSymlink = CachedDirs.find(Directory); in updateWithRealPath()
69 if (DirWithSymlink == CachedDirs.end()) { in updateWithRealPath()
74 CachedDirs[Directory] = std::string(RealPath); in updateWithRealPath()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDFileCollector.h89 StringMap<std::string> CachedDirs; variable
/freebsd-13-stable/contrib/bmake/
HDChangeLog777 clean up memory management for CachedDirs