Lines Matching refs:sabi
40 type sabi struct { struct
44 func (sabi *sabi) props() []interface{} { argument
45 return []interface{}{&sabi.Properties}
48 func (sabi *sabi) begin(ctx BaseModuleContext) {} argument
50 func (sabi *sabi) deps(ctx BaseModuleContext, deps Deps) Deps { argument
54 func (sabi *sabi) flags(ctx ModuleContext, flags Flags) Flags { argument
68 func (sabi *sabi) shouldCreateSourceAbiDump() bool { argument
69 return sabi != nil && sabi.Properties.ShouldCreateSourceAbiDump
128 return m.sabi.shouldCreateSourceAbiDump()
188 if m, ok := mctx.Module().(*Module); ok && m.sabi != nil {
191 m.sabi.Properties.ShouldCreateSourceAbiDump = true
196 if c, ok := child.(*Module); ok && c.sabi != nil {
198 c.sabi.Properties.ShouldCreateSourceAbiDump = true