Lines Matching defs:Arch
92 type Arch struct { struct
94 ArchType ArchType
97 ArchVariant string
100 CpuVariant string
103 Abi []string
106 ArchFeatures []string
111 func (a Arch) String() string {
349 Arch Arch member
871 Arch, Multilib, Target interface{} member
1361 func getArchProperties(ctx BaseModuleContext, archProperties interface{}, arch Arch, os OsType, nat…
1763 func hasArmAbi(arch Arch) bool {
1781 Arch string `json:"arch"` member