Home
last modified time | relevance | path

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

/build/soong/rust/
Dafdo.go28 type afdo struct { struct
29 Properties cc.AfdoProperties
32 func (afdo *afdo) props() []interface{} {
36 func (afdo *afdo) addDep(ctx BaseModuleContext, actx android.BottomUpMutatorContext) {
60 func (afdo *afdo) flags(ctx android.ModuleContext, flags Flags, deps PathDeps) (Flags, PathDeps) {
Drust.go147 afdo *afdo member
/build/soong/cc/
Dafdo.go58 type afdo struct { struct
59 Properties AfdoProperties
62 func (afdo *afdo) props() []interface{} {
68 func (afdo *afdo) afdoEnabled() bool {
72 func (afdo *afdo) flags(ctx ModuleContext, flags Flags) Flags {
103 func (afdo *afdo) addDep(ctx BaseModuleContext, actx android.BottomUpMutatorContext) {
Dcc.go855 afdo *afdo member