Home
last modified time | relevance | path

Searched refs:sanitizers (Results 1 – 25 of 178) sorted by relevance

12345678

/external/llvm-project/compiler-rt/test/fuzzer/
Dlit.cfg.py74 sanitizers = ['memory']
76 sanitizers = ['address']
78 sanitizers.append('fuzzer')
79 sanitizers_cmd = ('-fsanitize=%s' % ','.join(sanitizers))
/external/clang/include/clang/Basic/
DSanitizers.def10 // This file defines the options for specifying which runtime sanitizers to
13 // macro to get information on options which refer to sets of sanitizers.
34 // sanitizers in this group.
98 // -fsanitize=undefined includes all the sanitizers which have low overhead, no
124 // Magic group, containing all sanitizers. For example, "-fno-sanitize=all"
125 // can be used to disable all the sanitizers.
/external/bc/
DRELEASE.md22 sanitizers, on FreeBSD.
23 13. Run and pass the `release.sh` script, without generated tests, sanitizers,
26 sanitizers, and no valgrind, on NetBSD.
28 sanitizers, and no valgrind, on OpenBSD.
/external/skqp/gn/
DBUILD.gn225 # You can either pass the sanitizers directly, e.g. "address,undefined",
227 sanitizers = sanitize
231 sanitizers = "undefined"
233 sanitizers += ",address"
238 sanitizers = "address"
241 sanitizers = "thread"
243 sanitizers = "memory"
249 "-fsanitize=$sanitizers",
250 "-fno-sanitize-recover=$sanitizers",
253 ldflags += [ "-fsanitize=$sanitizers" ]
[all …]
/external/perfetto/gn/standalone/libc++/
Dlibc++.gni15 import("//gn/standalone/sanitizers/sanitizers.gni")
31 # 1) LLVM sanitizers require that the c++ library is built from sources,
33 # https://github.com/google/sanitizers/wiki/MemorySanitizerLibcxxHowTo).
/external/perfetto/tools/sanitizers_unittests/
DREADME.md1 LLVM sanitizers smoke tests
4 sanitizers (`is_asan`, `is_lsan`, `is_msan`, `is_tsan`, `is_ubsan`) do actually
/external/llvm-project/clang/include/clang/Basic/
DSanitizers.def9 // This file defines the options for specifying which runtime sanitizers to
12 // macro to get information on options which refer to sets of sanitizers.
33 // sanitizers in this group.
133 // -fsanitize=undefined includes all the sanitizers which have low overhead, no
184 // Magic group, containing all sanitizers. For example, "-fno-sanitize=all"
185 // can be used to disable all the sanitizers.
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc662 // https://github.com/google/sanitizers/issues/321.
673 // https://github.com/google/sanitizers/issues/321.
714 // https://github.com/google/sanitizers/issues/321.
732 // https://github.com/google/sanitizers/issues/321.
750 // https://github.com/google/sanitizers/issues/321.
997 // https://github.com/google/sanitizers/issues/321.
1010 // https://github.com/google/sanitizers/issues/321.
1023 // https://github.com/google/sanitizers/issues/321.
1036 // https://github.com/google/sanitizers/issues/321.
1080 // https://github.com/google/sanitizers/issues/321.
[all …]
/external/llvm-project/compiler-rt/
DCODE_OWNERS.TXT29 D: MacOS/iOS port of sanitizers
37 D: AddressSanitizer, sanitizer_common, porting sanitizers to another platforms, LeakSanitizer
45 D: MemorySanitizer, Android port of sanitizers
/external/compiler-rt/
DCODE_OWNERS.TXT29 D: MacOS/iOS port of sanitizers
37 D: AddressSanitizer, sanitizer_common, porting sanitizers to another platforms, LeakSanitizer
45 D: MemorySanitizer, Android port of sanitizers
/external/libchrome/base/android/linker/
Dconfig.gni7 import("//build/config/sanitizers/sanitizers.gni")
/external/llvm-project/llvm/utils/lit/lit/llvm/
Dconfig.py74 sanitizers = getattr(config, 'llvm_use_sanitizer', '')
75 sanitizers = frozenset(x.lower() for x in sanitizers.split(';'))
76 if 'address' in sanitizers:
78 if 'memory' in sanitizers or 'memorywithorigins' in sanitizers:
80 if 'undefined' in sanitizers:
96 if 'address' in sanitizers and self.get_clang_has_lsan(host_cxx, target_triple):
/external/oss-fuzz/docs/reference/
Dglossary.md74 Fuzzers are usually built with one or more [sanitizer](https://github.com/google/sanitizers) enable…
80 Supported sanitizers:
84 …er](https://github.com/google/sanitizers/wiki/AddressSanitizer) with [Leak Sanitizer](https://gith…
86 | `memory` | [Memory Sanitizer](https://github.com/google/sanitizers/wiki/MemorySanitizer).<br/>*NO…
/external/oss-fuzz/infra/base-images/base-builder/test_data/
Dculprit-commit.txt21 Subscribers: johndoe4, johndoe5, #sanitizers, llvm-commits
23 Tags: #sanitizers, #llvm
/external/libyuv/files/build_overrides/
Dbuild.gni20 asan_suppressions_file = "//build/sanitizers/asan_suppressions.cc"
21 lsan_suppressions_file = "//build/sanitizers/lsan_suppressions.cc"
22 tsan_suppressions_file = "//build/sanitizers/tsan_suppressions.cc"
/external/pdfium/build_overrides/
Dbuild.gni34 asan_suppressions_file = "//build/sanitizers/asan_suppressions.cc"
35 lsan_suppressions_file = "//build/sanitizers/lsan_suppressions.cc"
36 tsan_suppressions_file = "//build/sanitizers/tsan_suppressions.cc"
/external/perfetto/gn/standalone/
Dfuzzer.gni15 import("//gn/standalone/sanitizers/sanitizers.gni")
/external/skia/gn/skia/
DBUILD.gn271 # You can either pass the sanitizers directly, e.g. "address,undefined",
273 sanitizers = sanitize
277 sanitizers = "undefined,address"
281 sanitizers = "address"
284 sanitizers = "thread"
286 sanitizers = "memory"
292 "-fsanitize=$sanitizers",
293 "-fno-sanitize-recover=$sanitizers",
313 ldflags += [ "-fsanitize=$sanitizers" ]
321 if (sanitizers == "memory") {
[all …]
/external/compiler-rt/lib/asan/
DREADME.txt15 lib/sanitizer_common/ : Code shared between various sanitizers.
26 https://github.com/google/sanitizers/wiki/AddressSanitizerHowToBuild
/external/llvm-project/compiler-rt/lib/asan/
DREADME.txt15 lib/sanitizer_common/ : Code shared between various sanitizers.
26 https://github.com/google/sanitizers/wiki/AddressSanitizerHowToBuild
/external/perfetto/gn/standalone/sanitizers/
DBUILD.gn15 import("//gn/standalone/sanitizers/sanitizers.gni")
17 # Link dependencies for sanitizers for executables.
/external/webrtc/build_overrides/
Dbuild.gni23 asan_suppressions_file = "//build/sanitizers/asan_suppressions.cc"
24 lsan_suppressions_file = "//tools_webrtc/sanitizers/lsan_suppressions_webrtc.cc"
25 tsan_suppressions_file = "//tools_webrtc/sanitizers/tsan_suppressions_webrtc.cc"
/external/pdfium/samples/
DBUILD.gn5 import("//build/config/sanitizers/sanitizers.gni")
/external/swiftshader/src/
Dswiftshader.gni13 import("//build/config/sanitizers/sanitizers.gni")
/external/llvm-project/llvm/test/Instrumentation/MemorySanitizer/
Dmissing_origin.ll10 ; https://github.com/google/sanitizers/issues/559
25 ; https://github.com/google/sanitizers/issues/581

12345678