Home
last modified time | relevance | path

Searched defs:SanitizerType (Results 1 – 4 of 4) sorted by relevance

/build/soong/rust/
Dsanitize.go396 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) {
/build/soong/cc/
Dsanitize.go91 type SanitizerType int type
196 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 {
Dlinkable.go20 IsSanitizerEnabled(t SanitizerType) bool
24 IsSanitizerExplicitlyDisabled(t SanitizerType) bool
27 SetSanitizer(t SanitizerType, b bool)
39 SanitizerSupported(t SanitizerType) bool
Dsnapshot_prebuilt.go403 isSanitizerAvailable(t SanitizerType) bool
404 setSanitizerVariation(t SanitizerType, enabled bool)
405 isSanitizerEnabled(t SanitizerType) bool