Searched refs:LocalPath (Results 1 – 2 of 2) sorted by relevance
194 auto &LocalPath = UniquePaths[{From, To}]; in computeUniqueTailCallPath() local195 assert((LocalPath.size() <= MaximumSearchDepth + 1) && in computeUniqueTailCallPath()197 TailCallMaxTailCallPath = std::max(uint64_t(LocalPath.size()), in computeUniqueTailCallPath()
100 llvm::SmallString<256> LocalPath = llvm::StringRef(RemoteIndexRoot); in fromProtobuf() local 101 append(LocalPath, Path); in fromProtobuf() 104 llvm::sys::path::native(LocalPath); in fromProtobuf() 105 Result.ProximityPaths.push_back(std::string(LocalPath)); in fromProtobuf()