Searched refs:SanitizerType (Results 1 – 5 of 5) sorted by relevance
19 IsSanitizerEnabled(t SanitizerType) bool argument23 IsSanitizerExplicitlyDisabled(t SanitizerType) bool argument30 SetSanitizer(t SanitizerType, b bool) argument45 SanitizerSupported(t SanitizerType) bool argument
82 type SanitizerType int type85 Asan SanitizerType = iota + 195 var Sanitizers = []SanitizerType{107 func (t SanitizerType) variationName() string {131 func (t SanitizerType) name() string {154 func (t SanitizerType) registerMutators(ctx android.RegisterMutatorsContext) {166 func (*Module) SanitizerSupported(t SanitizerType) bool { argument190 func (t SanitizerType) incompatibleWithCfi() bool {793 func (sanitize *sanitize) getSanitizerBoolPtr(t SanitizerType) *bool {835 func (sanitize *sanitize) SetSanitizer(t SanitizerType, b bool) {[all …]
403 isSanitizerEnabled(t SanitizerType) bool argument404 setSanitizerVariation(t SanitizerType, enabled bool) argument518 func (p *snapshotLibraryDecorator) isSanitizerEnabled(t SanitizerType) bool {527 func (p *snapshotLibraryDecorator) setSanitizerVariation(t SanitizerType, enabled bool) {
98 for _, t := range []SanitizerType{scs, Hwasan} {
314 func (sanitize *sanitize) SetSanitizer(t cc.SanitizerType, b bool) {355 func (sanitize *sanitize) isSanitizerExplicitlyDisabled(t cc.SanitizerType) bool {371 func (sanitize *sanitize) isSanitizerEnabled(t cc.SanitizerType) bool {380 func (sanitize *sanitize) getSanitizerBoolPtr(t cc.SanitizerType) *bool {405 func (mod *Module) SanitizerSupported(t cc.SanitizerType) bool { argument427 func (mod *Module) IsSanitizerEnabled(t cc.SanitizerType) bool { argument431 func (mod *Module) IsSanitizerExplicitlyDisabled(t cc.SanitizerType) bool { argument451 func (mod *Module) SetSanitizer(t cc.SanitizerType, b bool) { argument