Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-profgen/
H A DMissingFrameInferrer.cpp194 auto &LocalPath = UniquePaths[{From, To}]; in computeUniqueTailCallPath() local
195 assert((LocalPath.size() <= MaximumSearchDepth + 1) && in computeUniqueTailCallPath()
197 TailCallMaxTailCallPath = std::max(uint64_t(LocalPath.size()), in computeUniqueTailCallPath()
/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp100 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()