Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDLTO.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()
HDConfig.h173 llvm::StringRef thinLTOCacheDir; member
HDDriver.cpp1677 config->thinLTOCacheDir = args.getLastArgValue(OPT_cache_path_lto); in link()
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDLTO.cpp318 if (!config->thinLTOCacheDir.empty()) in compile()
319 cache = check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile()
360 if (!config->thinLTOCacheDir.empty()) in compile()
361 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy, files); in compile()
HDConfig.h186 llvm::StringRef thinLTOCacheDir; member
HDDriver.cpp1425 config->thinLTOCacheDir = args.getLastArgValue(OPT_thinlto_cache_dir); in readConfigs()