Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfod-find/
H A Dllvm-debuginfod-find.cpp101 Path = ExitOnErr(getCachedOrDownloadExecutable(ID)); in main()
/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h64 Expected<std::string> getCachedOrDownloadExecutable(object::BuildIDRef ID);
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp109 Expected<std::string> getCachedOrDownloadExecutable(BuildIDRef ID) { in getCachedOrDownloadExecutable() function
477 Expected<std::string> PathOrErr = getCachedOrDownloadExecutable(ID); in findBinaryPath()