Searched defs:SanitizerType (Results 1 – 4 of 4) sorted by relevance
258 func (mod *Module) SanitizerSupported(t cc.SanitizerType) bool {274 func (mod *Module) IsSanitizerEnabled(t cc.SanitizerType) bool {278 func (mod *Module) IsSanitizerExplicitlyDisabled(t cc.SanitizerType) bool {298 func (mod *Module) SetSanitizer(t cc.SanitizerType, b bool) {
74 type SanitizerType int type143 func (*Module) SanitizerSupported(t SanitizerType) bool {890 func sanitizerDepsMutator(t SanitizerType) func(android.TopDownMutatorContext) {939 func (c *Module) IsSanitizerExplicitlyDisabled(t SanitizerType) bool {1228 func (c *Module) IsSanitizerEnabled(t SanitizerType) bool {1246 func (c *Module) SetSanitizer(t SanitizerType, b bool) {1261 func sanitizerMutator(t SanitizerType) func(android.BottomUpMutatorContext) {1375 func newSanitizerStaticLibsMap(t SanitizerType) *sanitizerStaticLibsMap {
23 IsSanitizerEnabled(t SanitizerType) bool27 IsSanitizerExplicitlyDisabled(t SanitizerType) bool34 SetSanitizer(t SanitizerType, b bool)49 SanitizerSupported(t SanitizerType) bool
533 isSanitizerEnabled(t SanitizerType) bool534 setSanitizerVariation(t SanitizerType, enabled bool)