Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Debuginfod/
HDBuildIDFetcher.cpp26 Expected<std::string> PathOrErr = getCachedOrDownloadDebuginfo(BuildID); in fetch()
HDDebuginfod.cpp157 Expected<std::string> getCachedOrDownloadDebuginfo(BuildIDRef ID) { in getCachedOrDownloadDebuginfo() function
555 return getCachedOrDownloadDebuginfo(ID); in findDebugBinaryPath()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Debuginfod/
HDDebuginfod.h86 Expected<std::string> getCachedOrDownloadDebuginfo(object::BuildIDRef ID);