Home
last modified time | relevance | path

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

/build/soong/android/soongconfig/
Dmodules_test.go201 Cflags string
209 Cflags []string
217 Cflags *string
225 Cflags string
244 Cflags string
261 Cflags string
264 Cflags string
268 Cflags string
/build/soong/cc/
Dcompiler.go47 Cflags []string `android:"arch_variant"` member
145 Cflags []string `android:"arch_variant"`
160 Cflags []string
177 Cflags []string
190 Cflags []string
248 compiler.Properties.Cflags = append(compiler.Properties.Cflags, flags...)
305 CheckBadCompilerFlags(ctx, "cflags", compiler.Properties.Cflags)
309 CheckBadCompilerFlags(ctx, "vendor.cflags", compiler.Properties.Target.Vendor.Cflags)
310 CheckBadCompilerFlags(ctx, "product.cflags", compiler.Properties.Target.Product.Cflags)
311 CheckBadCompilerFlags(ctx, "recovery.cflags", compiler.Properties.Target.Recovery.Cflags)
[all …]
Dpgo.go65 Cflags []string `android:"arch_variant"`
93 flags.Local.CFlags = append(flags.Local.CFlags, props.Pgo.Cflags...)
100 flags.Local.CFlags = append(flags.Local.CFlags, props.Pgo.Cflags...)
Dbp2build.go103 copts := bazel.StringListAttribute{Value: lib.SharedProperties.Shared.Cflags}
141 copts := bazel.StringListAttribute{Value: lib.StaticProperties.Static.Cflags}
193 for _, flag := range append(baseCompilerProps.Cflags, baseCompilerProps.Cppflags...) {
Dlibrary.go150 Cflags []string `android:"arch_variant"` member
720 flags.Local.CFlags = append(flags.Local.CFlags, library.StaticProperties.Static.Cflags...)
722 flags.Local.CFlags = append(flags.Local.CFlags, library.SharedProperties.Shared.Cflags...)
1925 if len(staticCompiler.StaticProperties.Static.Cflags) == 0 &&
1926 len(sharedCompiler.SharedProperties.Shared.Cflags) == 0 &&
/build/soong/android/
Dvariable.go42 Cflags []string
52 Cflags []string `android:"arch_variant"`
59 Cflags []string `android:"arch_variant"`
63 Cflags []string `android:"arch_variant"`
67 Cflags []string `android:"arch_variant"`
71 Cflags []string
75 Cflags []string
81 Cflags []string
85 Cflags []string
93 Cflags []string
[all …]
Dsoong_config_modules_test.go43 Cflags []string member
297 AssertDeepEquals(t, "foo cflags", tc.fooExpectedFlags, foo.props.Cflags)
300 …ertDeepEquals(t, "foo_with_defaults cflags", tc.fooDefaultsExpectedFlags, fooDefaults.props.Cflags)
Dneverallow_test.go340 Cflags []string
344 Cflags []string
Dvariable_test.go140 Cflags []string
196 Cflags []string
/build/soong/bpf/
Dbpf.go61 Cflags []string member
96 cflags = append(cflags, bpf.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
/build/soong/rust/
Dbindgen.go162 for _, flag := range b.ClangProperties.Cflags {
174 cflags = append(cflags, esc(b.ClangProperties.Cflags)...)