Home
last modified time | relevance | path

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

/build/soong/cc/
Dlto.go63 type lto struct { struct
64 Properties LTOProperties
67 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 …]
Dcc.go822 lto *lto member