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()) 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 D | Config.h | 177 llvm::StringRef thinLTOCacheDir; member
|
| H A D | Driver.cpp | 1751 config->thinLTOCacheDir = args.getLastArgValue(OPT_cache_path_lto); in link()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 323 if (!ctx.arg.thinLTOCacheDir.empty()) in compile() 324 cache = check(localCache("ThinLTO", "Thin", ctx.arg.thinLTOCacheDir, in compile() 366 if (!ctx.arg.thinLTOCacheDir.empty()) in compile() 367 pruneCache(ctx.arg.thinLTOCacheDir, ctx.arg.thinLTOCachePolicy, files); in compile()
|
| H A D | Config.h | 249 llvm::StringRef thinLTOCacheDir; member
|
| H A D | Driver.cpp | 1557 ctx.arg.thinLTOCacheDir = args.getLastArgValue(OPT_thinlto_cache_dir); in readConfigs()
|