Searched refs:thinLTOCacheDir (Results 1 – 6 of 6) sorted by relevance
131 if (!config->thinLTOCacheDir.empty()) in compile()133 lto::localCache(config->thinLTOCacheDir, in compile()145 if (!config->thinLTOCacheDir.empty()) in compile()146 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy); in compile()
72 llvm::StringRef thinLTOCacheDir; member
404 config->thinLTOCacheDir = args.getLastArgValue(OPT_thinlto_cache_dir); in readConfigs()
302 if (!config->thinLTOCacheDir.empty()) in compile()304 lto::localCache(config->thinLTOCacheDir, in compile()341 if (!config->thinLTOCacheDir.empty()) in compile()342 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy); in compile()
122 llvm::StringRef thinLTOCacheDir; member
1063 config->thinLTOCacheDir = args.getLastArgValue(OPT_thinlto_cache_dir); in readConfigs()