Home
last modified time | relevance | path

Searched refs:Cflags (Results 1 – 12 of 12) sorted by relevance

/build/soong/android/
Dvariable.go36 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 …]
Dsoong_config_modules_test.go28 Cflags []string member
129 …if g, w := foo.props.Cflags, []string{"-DGENERIC", "-DSIZE=42", "-DSOC_A", "-DFEATURE1"}; !reflect…
Dneverallow_test.go395 Cflags []string
399 Cflags []string
Dvariable_test.go140 Cflags []string
167 Cflags []string
/build/soong/android/soongconfig/
Dmodules_test.go199 Cflags string
207 Cflags []string
215 Cflags *string
223 Cflags string
/build/soong/cc/
Dcompiler.go47 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 …]
Dpgo.go67 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...)
Dlibrary.go128 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/
Dbpf.go48 Cflags []string member
83 cflags = append(cflags, bpf.properties.Cflags...)
/build/soong/rust/
Dbindgen.go67 Cflags []string `android:"arch_variant"` member
117 cflags = append(cflags, b.Properties.Cflags...)
/build/soong/cc/config/
Darm64_fuchsia_device.go45 func (t *toolchainFuchsiaArm64) Cflags() string { func
Dx86_64_fuchsia_device.go49 func (t *toolchainFuchsiaX8664) Cflags() string { func