Home
last modified time | relevance | path

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

/build/soong/rust/
Dsanitize.go408 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) {
/build/soong/cc/
Dlinkable.go18 IsSanitizerEnabled(t SanitizerType) bool
22 IsSanitizerExplicitlyDisabled(t SanitizerType) bool
25 SetSanitizer(t SanitizerType, b bool)
37 SanitizerSupported(t SanitizerType) bool
Dsanitize.go94 type SanitizerType int type
205 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 {