Home
last modified time | relevance | path

Searched defs:lto (Results 1 – 2 of 2) sorted by relevance

/build/soong/cc/
Dlto.go57 type lto struct { struct
58 Properties LTOProperties
61 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 {
Dcc.go498 lto *lto member