Home
last modified time | relevance | path

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

/build/soong/cc/
Dpgo.go58 type PgoProperties struct { struct
76 Properties PgoProperties
79 func (props *PgoProperties) isInstrumentation() bool { argument
83 func (props *PgoProperties) isSampling() bool { argument
91 func (props *PgoProperties) addInstrumentationProfileGatherFlags(ctx ModuleContext, flags Flags) Fl… argument
101 func (props *PgoProperties) addSamplingProfileGatherFlags(ctx ModuleContext, flags Flags) Flags { argument
109 func (props *PgoProperties) getPgoProfileFile(ctx BaseModuleContext) android.OptionalPath { argument
147 func (props *PgoProperties) profileUseFlag(ctx ModuleContext, file string) string { argument
157 func (props *PgoProperties) profileUseFlags(ctx ModuleContext, file string) []string { argument
163 func (props *PgoProperties) addProfileUseFlags(ctx ModuleContext, flags Flags) Flags { argument
[all …]
Dcc.go2999 &PgoProperties{},