Searched refs:StageBootstrap (Results 1 – 3 of 3) sorted by relevance
132 if mod, ok := mctx.Module().(bootstrapGoCore); !ok || mod.BuildStage() != StageBootstrap {138 m.SetBuildStage(StageBootstrap)315 } else if g.config.stage != StageBootstrap {430 } else if g.config.stage != StageBootstrap {449 if stage == StageBootstrap {646 if binaryModule.BuildStage() == StageBootstrap {710 if testModule.BuildStage() == StageBootstrap {719 case StageBootstrap:
50 StageBootstrap Stage = iota const
80 stage = StageBootstrap95 …erModuleType("bootstrap_core_go_binary", newGoBinaryModuleFactory(bootstrapConfig, StageBootstrap))