Searched refs:isAfdoCompile (Results 1 – 3 of 3) sorted by relevance
58 func (afdo *afdo) isAfdoCompile(ctx ModuleContext) bool { func
137 if ctx.isAfdoCompile(ctx) {
518 isAfdoCompile(ctx ModuleContext) bool methodSpec1366 func (c *Module) isAfdoCompile(ctx ModuleContext) bool { func1368 return afdo.isAfdoCompile(ctx)1642 func (ctx *moduleContextImpl) isAfdoCompile(mctx ModuleContext) bool { func1643 return ctx.mod.isAfdoCompile(mctx)