Searched defs:SanitizerType (Results 1 – 4 of 4) sorted by relevance
396 func (mod *Module) SanitizerSupported(t cc.SanitizerType) bool {418 func (mod *Module) IsSanitizerEnabled(t cc.SanitizerType) bool {422 func (mod *Module) IsSanitizerExplicitlyDisabled(t cc.SanitizerType) bool {438 func (mod *Module) SetSanitizer(t cc.SanitizerType, b bool) {
91 type SanitizerType int type196 func (*Module) SanitizerSupported(t SanitizerType) bool {1385 func (c *Module) IsSanitizerExplicitlyDisabled(t SanitizerType) bool {1701 func (c *Module) IsSanitizerEnabled(t SanitizerType) bool {1715 func (c *Module) SetSanitizer(t SanitizerType, b bool) {1731 func newSanitizerStaticLibsMap(t SanitizerType) *sanitizerStaticLibsMap {
20 IsSanitizerEnabled(t SanitizerType) bool24 IsSanitizerExplicitlyDisabled(t SanitizerType) bool27 SetSanitizer(t SanitizerType, b bool)39 SanitizerSupported(t SanitizerType) bool
403 isSanitizerAvailable(t SanitizerType) bool404 setSanitizerVariation(t SanitizerType, enabled bool)405 isSanitizerEnabled(t SanitizerType) bool