Home
last modified time | relevance | path

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

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