Lines Matching defs:Arch
95 type Arch struct { struct
97 ArchType ArchType
100 ArchVariant string
103 CpuVariant string
106 Abi []string
109 ArchFeatures []string
114 func (a Arch) String() string {
341 Arch Arch member
816 Arch, Multilib, Target interface{} member
1305 func getArchProperties(ctx BaseMutatorContext, archProperties interface{}, arch Arch, os OsType, na…
1693 func hasArmAbi(arch Arch) bool {