Lines Matching refs:Arch
449 if target.Arch.ArchType.Multilib == "lib32" {
489 switch target.Arch.ArchType.Multilib {
579 if len(arches) == 0 || android.InList(a.Arch().ArchType.Name, arches) {
589 switch cc.Arch().ArchType.Multilib {
596 if !cc.Arch().Native {
597 dirInApex = filepath.Join(dirInApex, cc.Arch().ArchType.String())
691 if !cc.Arch().Native {
865 if len(target.Arch.Abi) > 0 {
866 abis = append(abis, target.Arch.Abi[0])
1134 archStr := fi.module.Target().Arch.ArchType.String()
1304 Arch struct { member
1355 switch ctx.MultiTargets()[0].Arch.ArchType {
1357 src = String(p.properties.Arch.Arm.Src)
1359 src = String(p.properties.Arch.Arm64.Src)
1361 src = String(p.properties.Arch.X86.Src)
1363 src = String(p.properties.Arch.X86_64.Src)
1365 ctx.ModuleErrorf("prebuilt_apex does not support %q", ctx.MultiTargets()[0].Arch.String())