Searched refs:thinLTOCacheDir (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | LTO.cpp | 200 if (!config->thinLTOCacheDir.empty()) 201 cache = check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, 266 if (!config->thinLTOCacheDir.empty()) in compile() 267 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy, files); in compile()
|
H A D | Config.h | 173 llvm::StringRef thinLTOCacheDir; member
|
H A D | Driver.cpp | 1677 config->thinLTOCacheDir = args.getLastArgValue(OPT_cache_path_lto); in link()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | LTO.cpp | 318 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()
|
H A D | Config.h | 186 llvm::StringRef thinLTOCacheDir; member
|
H A D | Driver.cpp | 1425 config->thinLTOCacheDir = args.getLastArgValue(OPT_thinlto_cache_dir); in readConfigs()
|