Home
last modified time | relevance | path

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

/build/soong/cc/
Dpgo.go59 type PgoProperties struct { struct
77 Properties PgoProperties
80 func (props *PgoProperties) isInstrumentation() bool { argument
84 func (props *PgoProperties) isSampling() bool { argument
92 func (props *PgoProperties) addProfileGatherFlags(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
185 func (props *PgoProperties) isPGO(ctx BaseModuleContext) bool { argument
Dcc.go2012 &PgoProperties{},