Searched defs:lto (Results 1 – 1 of 1) sorted by relevance
60 type lto struct { struct61 Properties LTOProperties64 func (lto *lto) props() []interface{} {68 func (lto *lto) begin(ctx BaseModuleContext) {83 func (lto *lto) deps(ctx BaseModuleContext, deps Deps) Deps {87 func (lto *lto) useClangLld(ctx BaseModuleContext) bool {94 func (lto *lto) flags(ctx BaseModuleContext, flags Flags) Flags {140 func (lto *lto) LTO() bool {148 func (lto *lto) FullLTO() bool {152 func (lto *lto) ThinLTO() bool {[all …]