Home
last modified time | relevance | path

Searched refs:getCachedOrDownloadExecutable (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-debuginfod-find/
H A Dllvm-debuginfod-find.cpp101 Path = ExitOnErr(getCachedOrDownloadExecutable(ID)); in main()
/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h62 Expected<std::string> getCachedOrDownloadExecutable(BuildIDRef ID);
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp100 Expected<std::string> getCachedOrDownloadExecutable(BuildIDRef ID) { in getCachedOrDownloadExecutable() function
442 Expected<std::string> PathOrErr = getCachedOrDownloadExecutable(ID); in findBinaryPath()