Searched refs:SanitizerType (Results 1 – 5 of 5) sorted by relevance
172 func (sanitize *sanitize) SetSanitizer(t cc.SanitizerType, b bool) {210 func (sanitize *sanitize) isSanitizerExplicitlyDisabled(t cc.SanitizerType) bool {226 func (sanitize *sanitize) isSanitizerEnabled(t cc.SanitizerType) bool {235 func (sanitize *sanitize) getSanitizerBoolPtr(t cc.SanitizerType) *bool {258 func (mod *Module) SanitizerSupported(t cc.SanitizerType) bool { argument274 func (mod *Module) IsSanitizerEnabled(t cc.SanitizerType) bool { argument278 func (mod *Module) IsSanitizerExplicitlyDisabled(t cc.SanitizerType) bool { argument298 func (mod *Module) SetSanitizer(t cc.SanitizerType, b bool) { argument
23 IsSanitizerEnabled(t SanitizerType) bool argument27 IsSanitizerExplicitlyDisabled(t SanitizerType) bool argument34 SetSanitizer(t SanitizerType, b bool) argument49 SanitizerSupported(t SanitizerType) bool argument
74 type SanitizerType int type85 Asan SanitizerType = iota + 196 func (t SanitizerType) variationName() string {120 func (t SanitizerType) name() string {143 func (*Module) SanitizerSupported(t SanitizerType) bool { argument165 func (t SanitizerType) incompatibleWithCfi() bool {749 func (sanitize *sanitize) getSanitizerBoolPtr(t SanitizerType) *bool {791 func (sanitize *sanitize) SetSanitizer(t SanitizerType, b bool) {819 func (sanitize *sanitize) isSanitizerExplicitlyDisabled(t SanitizerType) bool {833 func (sanitize *sanitize) isSanitizerEnabled(t SanitizerType) bool {[all …]
533 isSanitizerEnabled(t SanitizerType) bool argument534 setSanitizerVariation(t SanitizerType, enabled bool) argument641 func (p *snapshotLibraryDecorator) isSanitizerEnabled(t SanitizerType) bool {650 func (p *snapshotLibraryDecorator) setSanitizerVariation(t SanitizerType, enabled bool) {
193 for _, t := range []SanitizerType{scs, Hwasan} {