Home
last modified time | relevance | path

Searched defs:PgoProperties (Results 1 – 1 of 1) sorted by relevance

/build/soong/cc/
Dpgo.go58 type PgoProperties struct { struct
59 Pgo struct {
70 PgoPresent bool `blueprint:"mutated"`
71 ShouldProfileModule bool `blueprint:"mutated"`
72 PgoCompile bool `blueprint:"mutated"`
79 func (props *PgoProperties) isInstrumentation() bool {
83 func (props *PgoProperties) isSampling() bool {
91 …(props *PgoProperties) addInstrumentationProfileGatherFlags(ctx ModuleContext, flags Flags) Flags {
101 func (props *PgoProperties) addSamplingProfileGatherFlags(ctx ModuleContext, flags Flags) Flags {
109 func (props *PgoProperties) getPgoProfileFile(ctx BaseModuleContext) android.OptionalPath {
[all …]