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.go217 afdo *afdo member
/build/soong/cc/
Dafdo.go37 type afdo struct { struct
38 Properties AfdoProperties
41 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) {
Dcc.go1064 afdo *afdo member