Lines Matching refs:Properties
63 Properties LTOProperties member
67 return []interface{}{<o.Properties}
98 lto.Properties.LtoDefault = ltoDefault
99 lto.Properties.LtoEnabled = ltoEnabled
108 if lto.Properties.LtoEnabled {
113 if Bool(lto.Properties.Lto_O0) || ctx.Config().Eng() {
117 if Bool(lto.Properties.Whole_program_vtables) {
165 return lto != nil && proptools.Bool(lto.Properties.Lto.Thin)
169 return lto != nil && proptools.Bool(lto.Properties.Lto.Never)
206 if m.lto.Properties.LtoEnabled {
221 if incomingVariation == LTO_THIN_VARIATION && m.lto.Properties.LtoDefault {
223 } else if incomingVariation == LTO_NONE_VARIATION && !m.lto.Properties.LtoDefault {
241 m.lto.Properties.LtoEnabled = true
243 m.lto.Properties.LtoEnabled = false
248 m.Properties.PreventInstall = true
249 m.Properties.HideFromMake = true