Searched defs:SanitizerType (Results 1 – 3 of 3) sorted by relevance
400 func (mod *Module) SanitizerSupported(t cc.SanitizerType) bool {423 func (mod *Module) IsSanitizerEnabled(t cc.SanitizerType) bool {427 func (mod *Module) IsSanitizerExplicitlyDisabled(t cc.SanitizerType) bool {436 func (mod *Module) SetSanitizer(t cc.SanitizerType, b bool) {
91 type SanitizerType int type202 func (*Module) SanitizerSupported(t SanitizerType) bool {1353 func (c *Module) IsSanitizerExplicitlyDisabled(t SanitizerType) bool {1659 func (c *Module) IsSanitizerEnabled(t SanitizerType) bool {1673 func (c *Module) SetSanitizer(t SanitizerType, b bool) {1689 func newSanitizerStaticLibsMap(t SanitizerType) *sanitizerStaticLibsMap {
19 IsSanitizerEnabled(t SanitizerType) bool23 IsSanitizerExplicitlyDisabled(t SanitizerType) bool26 SetSanitizer(t SanitizerType, b bool)38 SanitizerSupported(t SanitizerType) bool