Home
last modified time | relevance | path

Searched refs:FullLTO (Results 1 – 1 of 1) sorted by relevance

/build/soong/cc/
Dlto.go96 } else if lto.FullLTO() {
135 return lto.ThinLTO() || lto.FullLTO() || lto.DefaultThinLTO(ctx)
144 func (lto *lto) FullLTO() bool { func
165 full := m.lto.FullLTO()
188 if full && !dep.lto.FullLTO() {
213 if m.lto.Properties.FullDep && !m.lto.FullLTO() {
225 if m.lto.FullLTO() {