Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.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()
H A DConfig.h177 llvm::StringRef thinLTOCacheDir; member
H A DDriver.cpp1751 config->thinLTOCacheDir = args.getLastArgValue(OPT_cache_path_lto); in link()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp323 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 DConfig.h249 llvm::StringRef thinLTOCacheDir; member
H A DDriver.cpp1557 ctx.arg.thinLTOCacheDir = args.getLastArgValue(OPT_thinlto_cache_dir); in readConfigs()