Searched defs:lto (Results 1 – 2 of 2) sorted by relevance
57 type lto struct { struct58 Properties LTOProperties61 func (lto *lto) props() []interface{} {65 func (lto *lto) begin(ctx BaseModuleContext) {71 func (lto *lto) deps(ctx BaseModuleContext, deps Deps) Deps {75 func (lto *lto) useClangLld(ctx BaseModuleContext) bool {82 func (lto *lto) flags(ctx BaseModuleContext, flags Flags) Flags {125 func (lto *lto) LTO() bool {136 func (lto *lto) Disabled() bool {
498 lto *lto member