Home
last modified time | relevance | path

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

/build/soong/android/
Dvariable.go36 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 …]
Dneverallow_test.go212 Cflags []string
216 Cflags []string
/build/soong/cc/
Dcompiler.go41 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 …]
Dpgo.go68 Cflags []string `android:"arch_variant"`
93 flags.CFlags = append(flags.CFlags, props.Pgo.Cflags...)
Dlibrary.go34 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/
Dbpf.go48 Cflags []string member
77 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