Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp200 if (!config->thinLTOCacheDir.empty()) in compile()
201 cache = check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile()
266 if (!config->thinLTOCacheDir.empty()) in compile()
267 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy, files); in compile()
H A DConfig.h172 llvm::StringRef thinLTOCacheDir; member
H A DDriver.cpp1613 config->thinLTOCacheDir = args.getLastArgValue(OPT_cache_path_lto); in link()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp316 if (!config->thinLTOCacheDir.empty()) in compile()
317 cache = check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile()
358 if (!config->thinLTOCacheDir.empty()) in compile()
359 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy, files); in compile()
H A DConfig.h183 llvm::StringRef thinLTOCacheDir; member
H A DDriver.cpp1377 config->thinLTOCacheDir = args.getLastArgValue(OPT_thinlto_cache_dir); in readConfigs()