Lines Matching defs:Target
356 type Target struct { struct
358 Os OsType
360 Arch Arch
363 NativeBridge NativeBridgeSupport
366 NativeBridgeHostArchName string
369 NativeBridgeRelativePath string
374 HostCross bool
726 func addTargetProperties(m Module, target Target, multiTargets []Target, primaryTarget bool) {
769 func filterToArch(targets []Target, archs ...ArchType) []Target {
791 Arch, Multilib, Target interface{} member
1526 func hasArmAndroidArch(targets []Target) bool {
1633 func filterMultilibTargets(targets []Target, multilib string) []Target {
1645 func getCommonTargets(targets []Target) []Target {
1662 func firstTarget(targets []Target, filters ...string) []Target {
1683 func decodeMultilibTargets(multilib string, targets []Target, prefer32 bool) ([]Target, error) {