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 …]
481 archModuleContext anonMember520 archModuleContext anonMember
248 archModuleContext anonMember