Home
last modified time | relevance | path

Searched refs:isAfdoCompile (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dafdo.go58 func (afdo *afdo) isAfdoCompile(ctx ModuleContext) bool { func
Dlto.go137 if ctx.isAfdoCompile(ctx) {
Dcc.go518 isAfdoCompile(ctx ModuleContext) bool methodSpec
1366 func (c *Module) isAfdoCompile(ctx ModuleContext) bool { func
1368 return afdo.isAfdoCompile(ctx)
1642 func (ctx *moduleContextImpl) isAfdoCompile(mctx ModuleContext) bool { func
1643 return ctx.mod.isAfdoCompile(mctx)