Lines Matching defs:PgoProperties
56 type PgoProperties struct { struct
57 Pgo struct {
68 PgoPresent bool `blueprint:"mutated"`
69 ShouldProfileModule bool `blueprint:"mutated"`
70 PgoCompile bool `blueprint:"mutated"`
71 PgoInstrLink bool `blueprint:"mutated"`
78 func (props *PgoProperties) isInstrumentation() bool {
82 func (props *PgoProperties) isSampling() bool {
90 …(props *PgoProperties) addInstrumentationProfileGatherFlags(ctx ModuleContext, flags Flags) Flags {
99 func (props *PgoProperties) addSamplingProfileGatherFlags(ctx ModuleContext, flags Flags) Flags {
104 func (props *PgoProperties) getPgoProfileFile(ctx BaseModuleContext) android.OptionalPath {
142 func (props *PgoProperties) profileUseFlag(ctx ModuleContext, file string) string {
152 func (props *PgoProperties) profileUseFlags(ctx ModuleContext, file string) []string {
158 func (props *PgoProperties) addProfileUseFlags(ctx ModuleContext, flags Flags) Flags {
184 func (props *PgoProperties) isPGO(ctx BaseModuleContext) bool {