Home
last modified time | relevance | path

Searched refs:Cflags (Results 1 – 11 of 11) 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
61 Cflags []string
67 Cflags []string
71 Cflags []string
79 Cflags []string
90 Cflags []string
109 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.go380 Cflags []string
384 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
137 Cflags []string `android:"arch_variant"`
152 Cflags []string
165 Cflags []string
215 compiler.Properties.Cflags = append(compiler.Properties.Cflags, flags...)
263 CheckBadCompilerFlags(ctx, "cflags", compiler.Properties.Cflags)
267 CheckBadCompilerFlags(ctx, "vendor.cflags", compiler.Properties.Target.Vendor.Cflags)
268 CheckBadCompilerFlags(ctx, "recovery.cflags", compiler.Properties.Target.Recovery.Cflags)
272 flags.Local.CFlags = append(flags.Local.CFlags, esc(compiler.Properties.Cflags)...)
349 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.go124 Cflags []string `android:"arch_variant"` member
502 flags.Local.CFlags = append(flags.Local.CFlags, library.StaticProperties.Static.Cflags...)
504 flags.Local.CFlags = append(flags.Local.CFlags, library.SharedProperties.Shared.Cflags...)
1417 if len(staticCompiler.StaticProperties.Static.Cflags) == 0 &&
1418 len(sharedCompiler.SharedProperties.Shared.Cflags) == 0 &&
/build/soong/bpf/
Dbpf.go48 Cflags []string member
79 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