Searched refs:thinLTOCacheDir (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | LTO.cpp | 130 if (!config->thinLTOCacheDir.empty()) in compile() 132 check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile() 144 if (!config->thinLTOCacheDir.empty()) in compile() 145 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy); in compile()
|
| H A D | Config.h | 70 llvm::StringRef thinLTOCacheDir; member
|
| H A D | Driver.cpp | 391 config->thinLTOCacheDir = args.getLastArgValue(OPT_thinlto_cache_dir); in readConfigs()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | LTO.cpp | 117 if (!config->thinLTOCacheDir.empty()) in compile() 119 check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile() 131 if (!config->thinLTOCacheDir.empty()) in compile() 132 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy); in compile()
|
| H A D | Config.h | 156 llvm::StringRef thinLTOCacheDir; member
|
| H A D | Driver.cpp | 1325 config->thinLTOCacheDir = args.getLastArgValue(OPT_cache_path_lto); in link()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | LTO.cpp | 320 if (!config->thinLTOCacheDir.empty()) in compile() 322 check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile() 360 if (!config->thinLTOCacheDir.empty()) in compile() 361 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy); in compile()
|
| H A D | Config.h | 136 llvm::StringRef thinLTOCacheDir; member
|
| H A D | Driver.cpp | 1186 config->thinLTOCacheDir = args.getLastArgValue(OPT_thinlto_cache_dir); in readConfigs()
|