Searched refs:SanitizerType (Results 1 – 3 of 3) sorted by relevance
18 IsSanitizerEnabled(t SanitizerType) bool argument22 IsSanitizerExplicitlyDisabled(t SanitizerType) bool argument25 SetSanitizer(t SanitizerType, b bool) argument37 SanitizerSupported(t SanitizerType) bool argument
94 type SanitizerType int type97 Asan SanitizerType = iota + 1109 var Sanitizers = []SanitizerType{123 func (t SanitizerType) variationName() string {151 func (t SanitizerType) name() string {178 func (t SanitizerType) registerMutators(ctx android.RegisterMutatorsContext) {194 func (t SanitizerType) shouldPropagateToSharedLibraryDeps() bool {205 func (*Module) SanitizerSupported(t SanitizerType) bool { argument233 func (t SanitizerType) incompatibleWithCfi() bool {998 func (s *sanitize) getSanitizerBoolPtr(t SanitizerType) *bool {[all …]
317 func (sanitize *sanitize) SetSanitizer(t cc.SanitizerType, b bool) {358 func (sanitize *sanitize) isSanitizerExplicitlyDisabled(t cc.SanitizerType) bool {374 func (sanitize *sanitize) isSanitizerEnabled(t cc.SanitizerType) bool {383 func (sanitize *sanitize) getSanitizerBoolPtr(t cc.SanitizerType) *bool {408 func (mod *Module) SanitizerSupported(t cc.SanitizerType) bool { argument431 func (mod *Module) IsSanitizerEnabled(t cc.SanitizerType) bool { argument435 func (mod *Module) IsSanitizerExplicitlyDisabled(t cc.SanitizerType) bool { argument444 func (mod *Module) SetSanitizer(t cc.SanitizerType, b bool) { argument