Searched refs:Cflags (Results 1 – 8 of 8) sorted by relevance
/build/soong/android/ |
D | variable.go | 36 Cflags []string 46 Cflags []string `android:"arch_variant"` 51 Cflags []string `android:"arch_variant"` 55 Cflags []string 59 Cflags []string 64 Cflags []string 76 Cflags []string 80 Cflags []string 88 Cflags []string 97 Cflags []string [all …]
|
D | neverallow_test.go | 212 Cflags []string 216 Cflags []string
|
/build/soong/cc/ |
D | compiler.go | 41 Cflags []string `android:"arch_variant"` member 132 Cflags []string `android:"arch_variant"` 147 Cflags []string 160 Cflags []string 207 compiler.Properties.Cflags = append(compiler.Properties.Cflags, flags...) 264 CheckBadCompilerFlags(ctx, "cflags", compiler.Properties.Cflags) 268 CheckBadCompilerFlags(ctx, "vendor.cflags", compiler.Properties.Target.Vendor.Cflags) 269 CheckBadCompilerFlags(ctx, "recovery.cflags", compiler.Properties.Target.Recovery.Cflags) 273 flags.CFlags = append(flags.CFlags, esc(compiler.Properties.Cflags)...) 356 CheckBadCompilerFlags(ctx, "release.cflags", compiler.Properties.Release.Cflags) [all …]
|
D | pgo.go | 68 Cflags []string `android:"arch_variant"` 93 flags.CFlags = append(flags.CFlags, props.Pgo.Cflags...)
|
D | library.go | 34 Cflags []string `android:"path,arch_variant"` member 332 flags.CFlags = append(flags.CFlags, library.Properties.Static.Cflags...) 334 flags.CFlags = append(flags.CFlags, library.Properties.Shared.Cflags...) 1060 if len(staticCompiler.Properties.Static.Cflags) == 0 && 1061 len(sharedCompiler.Properties.Shared.Cflags) == 0 &&
|
/build/soong/bpf/ |
D | bpf.go | 48 Cflags []string member 77 cflags = append(cflags, bpf.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
|