Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Debuginfod/
H A DBuildIDFetcher.cpp26 Expected<std::string> PathOrErr = getCachedOrDownloadDebuginfo(BuildID); in fetch()
H A DDebuginfod.cpp157 Expected<std::string> getCachedOrDownloadDebuginfo(BuildIDRef ID) { in getCachedOrDownloadDebuginfo() function
555 return getCachedOrDownloadDebuginfo(ID); in findDebugBinaryPath()
/src/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h86 Expected<std::string> getCachedOrDownloadDebuginfo(object::BuildIDRef ID);