Home
last modified time | relevance | path

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

/build/soong/cc/
Dlto.go62 type lto struct { struct
63 Properties LTOProperties
66 func (lto *lto) props() []interface{} {
70 func (lto *lto) begin(ctx BaseModuleContext) {
102 func (lto *lto) flags(ctx ModuleContext, flags Flags) Flags {
164 func (lto *lto) ThinLTO() bool {
168 func (lto *lto) Never() bool {
Dcc.go883 lto *lto member