Searched refs:shouldCreateSourceAbiDump (Results 1 – 2 of 2) sorted by relevance
613 func (library *libraryDecorator) shouldCreateSourceAbiDump(ctx ModuleContext) bool { func614 if !ctx.shouldCreateSourceAbiDump() {652 if library.shouldCreateSourceAbiDump(ctx) || library.sabi.Properties.CreateSAbiDumps {1079 if library.shouldCreateSourceAbiDump(ctx) {
339 shouldCreateSourceAbiDump() bool methodSpec1215 func (ctx *moduleContextImpl) shouldCreateSourceAbiDump() bool { func