Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfod-find/
H A Dllvm-debuginfod-find.cpp99 Path = ExitOnErr(getCachedOrDownloadSource(ID, FetchSource)); in main()
/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h59 Expected<std::string> getCachedOrDownloadSource(object::BuildIDRef ID,
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp100 Expected<std::string> getCachedOrDownloadSource(BuildIDRef ID, in getCachedOrDownloadSource() function