Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h51 Expected<std::string> getDefaultDebuginfodCacheDirectory();
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp74 Expected<std::string> getDefaultDebuginfodCacheDirectory() { in getDefaultDebuginfodCacheDirectory() function
128 Expected<std::string> CacheDirOrErr = getDefaultDebuginfodCacheDirectory(); in getCachedOrDownloadArtifact()