Searched refs:SetSanitizer (Results 1 – 5 of 5) sorted by relevance
/build/soong/rust/ |
D | sanitize.go | 172 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)
|
D | fuzz.go | 62 module.sanitize.SetSanitizer(cc.Fuzzer, true)
|
/build/soong/cc/ |
D | sanitize.go | 791 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)
|
D | linkable.go | 34 SetSanitizer(t SanitizerType, b bool) methodSpec
|
D | fuzz.go | 330 module.sanitize.SetSanitizer(Fuzzer, true)
|