Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp98 if (const char *CacheDirectoryEnv = std::getenv("DEBUGINFOD_CACHE_PATH")) in getDefaultDebuginfodCacheDirectory() local
99 return CacheDirectoryEnv; in getDefaultDebuginfodCacheDirectory()