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 {118 func (lto *lto) LTO() bool {129 func (lto *lto) Disabled() bool {
387 lto *lto member