Searched refs:Lto (Results 1 – 2 of 2) sorted by relevance
42 Lto struct { member67 lto.Properties.Lto.Never = boolPtr(true)91 if Bool(lto.Properties.Lto.Thin) {100 …if ctx.Config().IsEnvTrue("USE_THINLTO_CACHE") && Bool(lto.Properties.Lto.Thin) && lto.useClangLld…130 full := Bool(lto.Properties.Lto.Full)131 thin := Bool(lto.Properties.Lto.Thin)137 return lto.Properties.Lto.Never != nil && *lto.Properties.Lto.Never143 full := Bool(m.lto.Properties.Lto.Full)144 thin := Bool(m.lto.Properties.Lto.Thin)155 if full && !Bool(dep.lto.Properties.Lto.Full) {[all …]
100 Lto struct {