Home
last modified time | relevance | path

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

/build/soong/cc/
Dlto.go60 type lto struct { struct
61 Properties LTOProperties
64 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 …]