Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-debuginfod-find/
H A Dllvm-debuginfod-find.cpp123 if (Optional<std::string> LocalPath = Fetcher.fetchBuildID(BuildID)) in fetchDebugInfo() local
124 return *LocalPath; in fetchDebugInfo()
/llvm-project-15.0.7/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()