Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DLTO.cpp130 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 DConfig.h70 llvm::StringRef thinLTOCacheDir; member
H A DDriver.cpp391 config->thinLTOCacheDir = args.getLastArgValue(OPT_thinlto_cache_dir); in readConfigs()
/llvm-project-15.0.7/lld/MachO/
H A DLTO.cpp117 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 DConfig.h156 llvm::StringRef thinLTOCacheDir; member
H A DDriver.cpp1325 config->thinLTOCacheDir = args.getLastArgValue(OPT_cache_path_lto); in link()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp320 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 DConfig.h136 llvm::StringRef thinLTOCacheDir; member
H A DDriver.cpp1186 config->thinLTOCacheDir = args.getLastArgValue(OPT_thinlto_cache_dir); in readConfigs()