Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/rust/
H A Dsanitize.go400 func (mod *Module) SanitizerSupported(t cc.SanitizerType) bool {
423 func (mod *Module) IsSanitizerEnabled(t cc.SanitizerType) bool {
427 func (mod *Module) IsSanitizerExplicitlyDisabled(t cc.SanitizerType) bool {
436 func (mod *Module) SetSanitizer(t cc.SanitizerType, b bool) {
/aosp_15_r20/build/soong/cc/
H A Dsanitize.go91 type SanitizerType int type
202 func (*Module) SanitizerSupported(t SanitizerType) bool {
1353 func (c *Module) IsSanitizerExplicitlyDisabled(t SanitizerType) bool {
1659 func (c *Module) IsSanitizerEnabled(t SanitizerType) bool {
1673 func (c *Module) SetSanitizer(t SanitizerType, b bool) {
1689 func newSanitizerStaticLibsMap(t SanitizerType) *sanitizerStaticLibsMap {
H A Dlinkable.go19 IsSanitizerEnabled(t SanitizerType) bool
23 IsSanitizerExplicitlyDisabled(t SanitizerType) bool
26 SetSanitizer(t SanitizerType, b bool)
38 SanitizerSupported(t SanitizerType) bool