Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h58 Expected<std::string> getDefaultDebuginfodCacheDirectory();
/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp67 llvm::getDefaultDebuginfodCacheDirectory(); in GetCachePath()
/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp97 Expected<std::string> getDefaultDebuginfodCacheDirectory() { in getDefaultDebuginfodCacheDirectory() function
167 Expected<std::string> CacheDirOrErr = getDefaultDebuginfodCacheDirectory(); in getCachedOrDownloadArtifact()