Home
last modified time | relevance | path

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

/build/soong/rust/
Dsanitize.go258 func (mod *Module) SanitizerSupported(t cc.SanitizerType) bool {
274 func (mod *Module) IsSanitizerEnabled(t cc.SanitizerType) bool {
278 func (mod *Module) IsSanitizerExplicitlyDisabled(t cc.SanitizerType) bool {
298 func (mod *Module) SetSanitizer(t cc.SanitizerType, b bool) {
/build/soong/cc/
Dsanitize.go74 type SanitizerType int type
143 func (*Module) SanitizerSupported(t SanitizerType) bool {
890 func sanitizerDepsMutator(t SanitizerType) func(android.TopDownMutatorContext) {
939 func (c *Module) IsSanitizerExplicitlyDisabled(t SanitizerType) bool {
1228 func (c *Module) IsSanitizerEnabled(t SanitizerType) bool {
1246 func (c *Module) SetSanitizer(t SanitizerType, b bool) {
1261 func sanitizerMutator(t SanitizerType) func(android.BottomUpMutatorContext) {
1375 func newSanitizerStaticLibsMap(t SanitizerType) *sanitizerStaticLibsMap {
Dlinkable.go23 IsSanitizerEnabled(t SanitizerType) bool
27 IsSanitizerExplicitlyDisabled(t SanitizerType) bool
34 SetSanitizer(t SanitizerType, b bool)
49 SanitizerSupported(t SanitizerType) bool
Dsnapshot_prebuilt.go533 isSanitizerEnabled(t SanitizerType) bool
534 setSanitizerVariation(t SanitizerType, enabled bool)