Searched refs:Lto (Results 1 – 2 of 2) sorted by relevance
42 Lto struct { member67 lto.Properties.Lto.Never = boolPtr(true)85 if Bool(lto.Properties.Lto.Thin) {94 …if ctx.Config().IsEnvTrue("USE_THINLTO_CACHE") && Bool(lto.Properties.Lto.Thin) && lto.useClangLld…123 full := Bool(lto.Properties.Lto.Full)124 thin := Bool(lto.Properties.Lto.Thin)130 return lto.Properties.Lto.Never != nil && *lto.Properties.Lto.Never136 full := Bool(m.lto.Properties.Lto.Full)137 thin := Bool(m.lto.Properties.Lto.Thin)148 if full && !Bool(dep.lto.Properties.Lto.Full) {[all …]
99 Lto struct {