Searched refs:sanitizer (Results 1 – 13 of 13) sorted by relevance
/build/soong/cc/ |
D | sanitize.go | 181 sanitizer := &sanitizerSplitMutator{t} 182 ctx.TopDown(t.variationName()+"_markapexes", sanitizer.markSanitizableApexesMutator) 183 ctx.Transition(t.variationName(), sanitizer) 1132 sanitizer SanitizerType member 1140 enabled := sanitizeable.IsSanitizerEnabled(ctx.Config(), s.sanitizer.name()) 1142 if c, ok := dep.(PlatformSanitizeable); ok && c.IsSanitizerEnabled(s.sanitizer) { 1148 sanitizeable.EnableSanitizer(s.sanitizer.name()) 1157 if !c.IsSanitizerEnabled(s.sanitizer) { 1164 return []string{s.sanitizer.variationName()} 1168 return []string{"", s.sanitizer.variationName()} [all …]
|
/build/bazel/rules/cc/ |
D | composed_transitions.bzl | 68 # This transition applies LTO and sanitizer propagation down static dependencies 153 # This transition drops LTO and sanitizer enablement from cc_binary 168 # Drop lto, sanitizer, and fdo transitions in order to avoid duplicate
|
D | sanitizer_enablement_transition.bzl | 18 # config_setting for the purpose of controlling the addition of sanitizer
|
D | cc_library_common.bzl | 70 "Denotes which sanitizer libraries to include", 122 doc = "A rule that propagates given sanitizer dependencies if the " + 127 doc = "library to check for sanitizer dependency propagation", 132 "behavior sanitizer library to be used",
|
D | sanitizer_blocklist_test.bzl | 16 # config_setting for the purpose of controlling the addition of sanitizer
|
D | cc_library_static.bzl | 613 doc = "Deps used only to check for sanitizer enablement", 628 "behavior sanitizer library to be used",
|
D | cc_library_shared_test.bzl | 842 "behavior sanitizer library to be used",
|
/build/soong/apex/ |
D | prebuilt.go | 80 hasSanitizedSource(sanitizer string) bool 586 func (a *Prebuilt) hasSanitizedSource(sanitizer string) bool { 1001 func (a *ApexSet) hasSanitizedSource(sanitizer string) bool { 1002 if sanitizer == "address" { 1005 if sanitizer == "hwaddress" {
|
/build/make/target/product/ |
D | base_system.mk | 259 sanitizer.libraries.txt \ 475 sanitizer-status \
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | targeting.proto | 165 Sanitizer sanitizer = 4; field
|
/build/make/core/ |
D | product.mk | 664 define add-product-sanitizer-module-config
|
D | config.mk | 729 FINDBUGS_DIR := external/owasp/sanitizer/tools/findbugs/bin
|
/build/bazel/toolchains/clang/host/linux-x86/ |
D | cc_toolchain_features_ubsan_test.bzl | 47 ubsan_prefix_format % sanitizer 48 for sanitizer in expected_sanitizers
|