Home
last modified time | relevance | path

Searched refs:getCachedOrDownloadDebuginfo (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDIFetcher.cpp23 Expected<std::string> PathOrErr = getCachedOrDownloadDebuginfo(BuildID); in fetchBuildID()
H A DDebuginfod.cpp107 Expected<std::string> getCachedOrDownloadDebuginfo(BuildIDRef ID) { in getCachedOrDownloadDebuginfo() function
472 return getCachedOrDownloadDebuginfo(ID); in findDebugBinaryPath()
/llvm-project-15.0.7/llvm/tools/llvm-debuginfod-find/
H A Dllvm-debuginfod-find.cpp126 return ExitOnErr(getCachedOrDownloadDebuginfo(BuildID)); in fetchDebugInfo()
/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h66 Expected<std::string> getCachedOrDownloadDebuginfo(BuildIDRef ID);