Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp184 auto DirWithSymLink = SymLinkMap.find(Dir); in getRealPath()
189 if (DirWithSymLink == SymLinkMap.end()) { in getRealPath()
192 SymLinkMap[Dir] = RealPath.str(); in getRealPath()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DUtils.h138 llvm::StringMap<std::string> SymLinkMap; variable