Searched defs:bottomUpMutatorContext (Results 1 – 1 of 1) sorted by relevance
403 type bottomUpMutatorContext struct { struct404 bp blueprint.BottomUpMutatorContext405 baseModuleContext406 finalPhase bool819 func (b *bottomUpMutatorContext) MutatorName() string {823 func (b *bottomUpMutatorContext) Rename(name string) {828 …pendency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) []blueprint.Module {832 …rContext) AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name string) {836 func (b *bottomUpMutatorContext) CreateVariations(variations ...string) []Module {854 func (b *bottomUpMutatorContext) CreateLocalVariations(variations ...string) []Module {[all …]