Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h79 Expected<std::string> getCachedOrDownloadExecutable(object::BuildIDRef ID);
/freebsd/contrib/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()