Searched refs:ltoCache (Results 1 – 3 of 3) sorted by relevance
183 if (!ctx.config.ltoCache.empty()) in compile()184 cache = check(localCache("ThinLTO", "Thin", ctx.config.ltoCache, in compile()218 if (!ctx.config.ltoCache.empty()) in compile()219 pruneCache(ctx.config.ltoCache, ctx.config.ltoCachePolicy, files); in compile()
190 StringRef ltoCache; member
1927 config->ltoCache = arg->getValue(); in linkerMain()