Home
last modified time | relevance | path

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

/build/soong/cc/
Dpgo.go56 type PgoProperties struct { struct
75 Properties PgoProperties
78 func (props *PgoProperties) isInstrumentation() bool { argument
82 func (props *PgoProperties) isSampling() bool { argument
90 func (props *PgoProperties) addInstrumentationProfileGatherFlags(ctx ModuleContext, flags Flags) Fl… argument
99 func (props *PgoProperties) addSamplingProfileGatherFlags(ctx ModuleContext, flags Flags) Flags { argument
104 func (props *PgoProperties) getPgoProfileFile(ctx BaseModuleContext) android.OptionalPath { argument
142 func (props *PgoProperties) profileUseFlag(ctx ModuleContext, file string) string { argument
152 func (props *PgoProperties) profileUseFlags(ctx ModuleContext, file string) []string { argument
158 func (props *PgoProperties) addProfileUseFlags(ctx ModuleContext, flags Flags) Flags { argument
[all …]