Home
last modified time | relevance | path

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

/build/soong/cc/
Dpgo.go59 Pgo struct { member
80 return props.Pgo.Instrumentation != nil && *props.Pgo.Instrumentation == true
84 return props.Pgo.Sampling != nil && *props.Pgo.Sampling == true
92 flags.Local.CFlags = append(flags.Local.CFlags, props.Pgo.Cflags...)
102 flags.Local.CFlags = append(flags.Local.CFlags, props.Pgo.Cflags...)
110 profile_file := *props.Pgo.Profile_file
141 missing := *props.Pgo.Profile_file + ":" + ctx.ModuleDir() + "/Android.bp:" + ctx.ModuleName()
194 filePresent := props.Pgo.Profile_file != nil
195 benchmarksPresent := len(props.Pgo.Benchmarks) > 0
254 for _, b := range pgo.Properties.Pgo.Benchmarks {
[all …]