Searched refs:Cflags (Results 1 – 12 of 12) sorted by relevance
/build/soong/android/ |
D | variable.go | 36 Cflags []string 46 Cflags []string `android:"arch_variant"` 53 Cflags []string `android:"arch_variant"` 57 Cflags []string `android:"arch_variant"` 61 Cflags []string `android:"arch_variant"` 65 Cflags []string 69 Cflags []string 75 Cflags []string 79 Cflags []string 87 Cflags []string [all …]
|
D | soong_config_modules_test.go | 28 Cflags []string member 129 …if g, w := foo.props.Cflags, []string{"-DGENERIC", "-DSIZE=42", "-DSOC_A", "-DFEATURE1"}; !reflect…
|
D | neverallow_test.go | 395 Cflags []string 399 Cflags []string
|
D | variable_test.go | 140 Cflags []string 167 Cflags []string
|
/build/soong/android/soongconfig/ |
D | modules_test.go | 199 Cflags string 207 Cflags []string 215 Cflags *string 223 Cflags string
|
/build/soong/cc/ |
D | compiler.go | 47 Cflags []string `android:"arch_variant"` member 141 Cflags []string `android:"arch_variant"` 156 Cflags []string 173 Cflags []string 227 compiler.Properties.Cflags = append(compiler.Properties.Cflags, flags...) 276 CheckBadCompilerFlags(ctx, "cflags", compiler.Properties.Cflags) 280 CheckBadCompilerFlags(ctx, "vendor.cflags", compiler.Properties.Target.Vendor.Cflags) 281 CheckBadCompilerFlags(ctx, "recovery.cflags", compiler.Properties.Target.Recovery.Cflags) 285 flags.Local.CFlags = append(flags.Local.CFlags, esc(compiler.Properties.Cflags)...) 357 CheckBadCompilerFlags(ctx, "release.cflags", compiler.Properties.Release.Cflags) [all …]
|
D | pgo.go | 67 Cflags []string `android:"arch_variant"` 92 flags.Local.CFlags = append(flags.Local.CFlags, props.Pgo.Cflags...) 102 flags.Local.CFlags = append(flags.Local.CFlags, props.Pgo.Cflags...)
|
D | library.go | 128 Cflags []string `android:"arch_variant"` member 506 flags.Local.CFlags = append(flags.Local.CFlags, library.StaticProperties.Static.Cflags...) 508 flags.Local.CFlags = append(flags.Local.CFlags, library.SharedProperties.Shared.Cflags...) 1428 if len(staticCompiler.StaticProperties.Static.Cflags) == 0 && 1429 len(sharedCompiler.SharedProperties.Shared.Cflags) == 0 &&
|
/build/soong/bpf/ |
D | bpf.go | 48 Cflags []string member 83 cflags = append(cflags, bpf.properties.Cflags...)
|
/build/soong/rust/ |
D | bindgen.go | 67 Cflags []string `android:"arch_variant"` member 117 cflags = append(cflags, b.Properties.Cflags...)
|
/build/soong/cc/config/ |
D | arm64_fuchsia_device.go | 45 func (t *toolchainFuchsiaArm64) Cflags() string { func
|
D | x86_64_fuchsia_device.go | 49 func (t *toolchainFuchsiaX8664) Cflags() string { func
|