Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-debuginfod-find/
H A Dllvm-debuginfod-find.cpp133 Path = ExitOnDebuginfodFindError(getCachedOrDownloadExecutable(ID));
/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h79 Expected<std::string> getCachedOrDownloadExecutable(object::BuildIDRef ID);
/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp145 Expected<std::string> getCachedOrDownloadExecutable(BuildIDRef ID) { in getCachedOrDownloadExecutable() function
525 Expected<std::string> PathOrErr = getCachedOrDownloadExecutable(ID); in findBinaryPath()