Searched defs:SanitizerType (Results 1 – 3 of 3) sorted by relevance
408 func (mod *Module) SanitizerSupported(t cc.SanitizerType) bool {431 func (mod *Module) IsSanitizerEnabled(t cc.SanitizerType) bool {435 func (mod *Module) IsSanitizerExplicitlyDisabled(t cc.SanitizerType) bool {444 func (mod *Module) SetSanitizer(t cc.SanitizerType, b bool) {
18 IsSanitizerEnabled(t SanitizerType) bool22 IsSanitizerExplicitlyDisabled(t SanitizerType) bool25 SetSanitizer(t SanitizerType, b bool)37 SanitizerSupported(t SanitizerType) bool
94 type SanitizerType int type205 func (*Module) SanitizerSupported(t SanitizerType) bool {1335 func (c *Module) IsSanitizerExplicitlyDisabled(t SanitizerType) bool {1637 func (c *Module) IsSanitizerEnabled(t SanitizerType) bool {1651 func (c *Module) SetSanitizer(t SanitizerType, b bool) {1667 func newSanitizerStaticLibsMap(t SanitizerType) *sanitizerStaticLibsMap {