Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h49 Expected<std::string> getDefaultDebuginfodCacheDirectory();
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp65 Expected<std::string> getDefaultDebuginfodCacheDirectory() { in getDefaultDebuginfodCacheDirectory() function
119 Expected<std::string> CacheDirOrErr = getDefaultDebuginfodCacheDirectory(); in getCachedOrDownloadArtifact()