Searched refs:lto (Results 1 – 4 of 4) sorted by relevance
60 type lto struct { struct64 func (lto *lto) props() []interface{} { argument65 return []interface{}{<o.Properties}68 func (lto *lto) begin(ctx BaseModuleContext) { argument70 lto.Properties.Lto.Never = boolPtr(true)76 if !lto.Never() && !lto.FullLTO() {77 lto.Properties.Lto.Thin = boolPtr(true)83 func (lto *lto) deps(ctx BaseModuleContext, deps Deps) Deps { argument87 func (lto *lto) useClangLld(ctx BaseModuleContext) bool { argument88 if lto.Properties.Use_clang_lld != nil {[all …]
3 per-file lto.go,pgo.go = srhines@google.com, pirama@google.com, yikong@google.com
31 "lto.go",
300 my_cflags += -fno-lto301 my_ldflags += -fno-lto