Home
last modified time | relevance | path

Searched refs:SetSanitizer (Results 1 – 5 of 5) sorted by relevance

/build/soong/rust/
Dsanitize.go172 func (sanitize *sanitize) SetSanitizer(t cc.SanitizerType, b bool) { func
298 func (mod *Module) SetSanitizer(t cc.SanitizerType, b bool) { func
300 mod.sanitize.SetSanitizer(t, b)
Dfuzz.go62 module.sanitize.SetSanitizer(cc.Fuzzer, true)
/build/soong/cc/
Dsanitize.go791 func (sanitize *sanitize) SetSanitizer(t SanitizerType, b bool) { func
1246 func (c *Module) SetSanitizer(t SanitizerType, b bool) { func
1248 c.sanitize.SetSanitizer(t, b)
1266 modules[0].(PlatformSanitizeable).SetSanitizer(t, true)
1288 modules[0].(PlatformSanitizeable).SetSanitizer(t, false)
1289 modules[1].(PlatformSanitizeable).SetSanitizer(t, true)
1296 modules[1].(PlatformSanitizeable).SetSanitizer(cfi, false)
1323 modules[0].(PlatformSanitizeable).SetSanitizer(t, true)
1334 modules[0].(PlatformSanitizeable).SetSanitizer(cfi, false)
Dlinkable.go34 SetSanitizer(t SanitizerType, b bool) methodSpec
Dfuzz.go330 module.sanitize.SetSanitizer(Fuzzer, true)