Home
last modified time | relevance | path

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

/build/soong/cc/
Dsanitize.go64 type sanitizerType int type
75 asan sanitizerType = iota + 1
84 func (t sanitizerType) variationName() string {
104 func (t sanitizerType) name() string {
563 func (sanitize *sanitize) getSanitizerBoolPtr(t sanitizerType) *bool {
596 func (sanitize *sanitize) SetSanitizer(t sanitizerType, b bool) {
623 func (sanitize *sanitize) isSanitizerExplicitlyDisabled(t sanitizerType) bool {
637 func (sanitize *sanitize) isSanitizerEnabled(t sanitizerType) bool {
652 func sanitizerDepsMutator(t sanitizerType) func(android.TopDownMutatorContext) { argument
866 func sanitizerMutator(t sanitizerType) func(android.BottomUpMutatorContext) { argument