Searched defs:archModuleContext (Results 1 – 3 of 3) sorted by relevance
35 type archModuleContext struct { struct38 ready bool39 os OsType40 target Target41 targetPrimary bool42 multiTargets []Target43 primaryArch bool49 func (a *archModuleContext) ArchReady() bool {53 func (a *archModuleContext) Target() Target {57 func (a *archModuleContext) TargetPrimary() bool {[all …]
522 archModuleContext anonMember561 archModuleContext anonMember
228 archModuleContext anonMember