Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCollector.cpp45 auto DirWithSymlink = SymlinkMap.find(Directory); in getRealPath()
50 if (DirWithSymlink == SymlinkMap.end()) { in getRealPath()
54 SymlinkMap[Directory] = RealPath.str(); in getRealPath()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileCollector.h78 StringMap<std::string> SymlinkMap; variable