Home
last modified time | relevance | path

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

/build/soong/rust/
Dafdo.go25 type afdo struct { struct
26 Properties cc.AfdoProperties
29 func (afdo *afdo) props() []interface{} {
33 func (afdo *afdo) flags(ctx ModuleContext, flags Flags, deps PathDeps) (Flags, PathDeps) {
Drust.go152 afdo *afdo member
/build/soong/cc/
Dafdo.go56 type afdo struct { struct
57 Properties AfdoProperties
60 func (afdo *afdo) props() []interface{} {
64 func (afdo *afdo) AfdoEnabled() bool {
97 func (afdo *afdo) begin(ctx BaseModuleContext) {
112 func (afdo *afdo) flags(ctx ModuleContext, flags Flags) Flags {
Dcc.go823 afdo *afdo member