Searched refs:Fuzzer (Results 1 – 5 of 5) sorted by relevance
30 Fuzzer *bool `android:"arch_variant"`83 if ctx.Os() == android.Android && Bool(s.Fuzzer) {109 if Bool(sanitize.Properties.Sanitize.Fuzzer) {141 (mod.IsSanitizerEnabled(cc.Fuzzer) && mctx.Arch().ArchType != android.Arm64) {147 (mod.IsSanitizerEnabled(cc.Fuzzer) && mctx.Arch().ArchType == android.Arm64) {175 case cc.Fuzzer:176 sanitize.Properties.Sanitize.Fuzzer = boolPtr(b)237 case cc.Fuzzer:238 return sanitize.Properties.Sanitize.Fuzzer263 case cc.Fuzzer:
62 module.sanitize.SetSanitizer(cc.Fuzzer, true)
91 Fuzzer const112 case Fuzzer:136 case Fuzzer:157 case Fuzzer:166 return t == Asan || t == Fuzzer || t == Hwasan181 Fuzzer *bool `android:"arch_variant"` member309 …if found, globalSanitizers = removeFromList("fuzzer", globalSanitizers); found && s.Fuzzer == nil {310 s.Fuzzer = boolPtr(true)459 s.Fuzzer = nil475 …Bool(s.Fuzzer) || Bool(s.Safestack) || Bool(s.Cfi) || Bool(s.Integer_overflow) || len(s.Misc_undef…[all …]
330 module.sanitize.SetSanitizer(Fuzzer, true)
62 ctx.TopDown("fuzzer_deps", sanitizerDepsMutator(Fuzzer))63 ctx.BottomUp("fuzzer", sanitizerMutator(Fuzzer)).Parallel()