Searched refs:ltoCache (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DLTO.cpp182 if (!ctx.config.ltoCache.empty())
183 cache = check(localCache("ThinLTO", "Thin", ctx.config.ltoCache,
217 if (!ctx.config.ltoCache.empty())
218 pruneCache(ctx.config.ltoCache, ctx.config.ltoCachePolicy, files);
H A DConfig.h190 StringRef ltoCache; member in struct:lld::coff::Configuration
H A DDriver.cpp1935 config->ltoCache = arg->getValue();

Completed in 185 milliseconds