Searched defs:afdo (Results 1 – 4 of 4) sorted by relevance
28 type afdo struct { struct29 Properties cc.AfdoProperties32 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) {
217 afdo *afdo member
37 type afdo struct { struct38 Properties AfdoProperties41 func (afdo *afdo) props() []interface{} {45 func (afdo *afdo) begin(ctx BaseModuleContext) {58 func (afdo *afdo) afdoEnabled() bool {62 func (afdo *afdo) isAfdoCompile(ctx ModuleContext) bool {77 func (afdo *afdo) flags(ctx ModuleContext, flags Flags) Flags {125 func (a *afdo) addDep(ctx android.BottomUpMutatorContext, fdoProfileTarget string) {
1064 afdo *afdo member