Lines Matching defs:archModuleContext
35 type archModuleContext struct { struct
38 ready bool
39 os OsType
40 target Target
41 targetPrimary bool
42 multiTargets []Target
43 primaryArch bool
49 func (a *archModuleContext) ArchReady() bool {
53 func (a *archModuleContext) Target() Target {
57 func (a *archModuleContext) TargetPrimary() bool {
61 func (a *archModuleContext) MultiTargets() []Target {
65 func (a *archModuleContext) Arch() Arch {
69 func (a *archModuleContext) Os() OsType {
73 func (a *archModuleContext) Host() bool {
77 func (a *archModuleContext) Device() bool {
81 func (a *archModuleContext) Darwin() bool {
85 func (a *archModuleContext) Windows() bool {
89 func (b *archModuleContext) PrimaryArch() bool {