Searched refs:ltoCache (Results 1 – 3 of 3) sorted by relevance
188 if (!ctx.config.ltoCache.empty()) in compile()189 cache = check(localCache("ThinLTO", "Thin", ctx.config.ltoCache, in compile()223 if (!ctx.config.ltoCache.empty()) in compile()224 pruneCache(ctx.config.ltoCache, ctx.config.ltoCachePolicy, files); in compile()
191 StringRef ltoCache; member
2020 config->ltoCache = arg->getValue(); in linkerMain()