Searched defs:lto (Results 1 – 2 of 2) sorted by relevance
63 type lto struct { struct64 Properties LTOProperties67 func (lto *lto) props() []interface{} {71 func (lto *lto) begin(ctx BaseModuleContext) {77 func (lto *lto) useClangLld(ctx BaseModuleContext) bool {84 func (lto *lto) flags(ctx BaseModuleContext, flags Flags) Flags {134 func (lto *lto) LTO(ctx BaseModuleContext) bool {138 func (lto *lto) DefaultThinLTO(ctx BaseModuleContext) bool {144 func (lto *lto) FullLTO() bool {148 func (lto *lto) ThinLTO() bool {[all …]
822 lto *lto member