Searched refs:ltoCache (Results 1 – 3 of 3) sorted by relevance
175 if (!ctx.config.ltoCache.empty()) in compile()176 cache = check(localCache("ThinLTO", "Thin", ctx.config.ltoCache, in compile()210 if (!ctx.config.ltoCache.empty()) in compile()211 pruneCache(ctx.config.ltoCache, ctx.config.ltoCachePolicy, files); in compile()
172 StringRef ltoCache; member
1810 config->ltoCache = arg->getValue(); in linkerMain()