Home
last modified time | relevance | path

Searched refs:ubsan (Results 1 – 25 of 40) sorted by relevance

12

/external/google-fruit/extras/scripts/
Dtravis_yml_generator.py30 def determine_tests(asan, ubsan, smoke_tests, use_precompiled_headers_in_tests, exclude_tests, argument
37 if ubsan:
41 if ubsan and not asan:
70 def add_ubuntu_tests(ubuntu_version, compiler, os='linux', stl=None, asan=True, ubsan=True, argument
82 tests = determine_tests(asan, ubsan, smoke_tests,
97 def add_osx_tests(compiler, xcode_version=None, stl=None, asan=True, ubsan=True, argument
109 tests = determine_tests(asan, ubsan, smoke_tests,
141 add_ubuntu_tests(ubuntu_version='18.10', compiler='gcc-8', asan=False, ubsan=False, smoke_tests=['D…
149 add_ubuntu_tests(ubuntu_version='14.04', compiler='gcc-5', asan=False, ubsan=False)
150 add_ubuntu_tests(ubuntu_version='14.04', compiler='clang-3.5', stl='libstdc++', asan=False, ubsan=F…
[all …]
/external/compiler-rt/lib/ubsan/
DCMakeLists.txt36 add_custom_target(ubsan) target
37 set_target_properties(ubsan PROPERTIES FOLDER "Compiler-RT Misc")
60 add_compiler_rt_runtime(clang_rt.ubsan
68 PARENT_TARGET ubsan)
96 PARENT_TARGET ubsan)
103 PARENT_TARGET ubsan)
110 PARENT_TARGET ubsan
111 EXTRA ubsan.syms.extra)
114 PARENT_TARGET ubsan
115 EXTRA ubsan.syms.extra)
[all …]
/external/grpc-grpc/tools/
Dbazel.rc37 build:ubsan --strip=never
38 build:ubsan --copt -fsanitize-coverage=edge
39 build:ubsan --copt -fsanitize=undefined
40 build:ubsan --copt -fno-omit-frame-pointer
41 build:ubsan --copt -DGRPC_UBSAN
42 build:ubsan --copt -DNDEBUG
43 build:ubsan --copt -fno-sanitize=function,vptr
44 build:ubsan --linkopt -fsanitize=undefined
45 build:ubsan --action_env=UBSAN_OPTIONS=halt_on_error=1:print_stacktrace=1:suppressions=test/core/ut…
/external/compiler-rt/test/ubsan/
DCMakeLists.txt32 add_ubsan_testsuite("Standalone" ubsan ${arch})
35 # TODO(wwchrome): Re-enable ubsan for asan win 64-bit when ready.
36 # Disable ubsan with AddressSanitizer tests for Windows 64-bit.
49 add_lit_testsuite(check-ubsan "Running UndefinedBehaviorSanitizer tests"
52 set_target_properties(check-ubsan PROPERTIES FOLDER "Compiler-RT Misc")
Dlit.common.cfg22 config.available_features.add("ubsan-standalone")
26 config.available_features.add("ubsan-asan")
31 config.available_features.add("ubsan-msan")
35 config.available_features.add("ubsan-tsan")
/external/pdfium/third_party/agg23/
DREADME.pdfium17 0002-ubsan-error-fixes.path: Fix UBSan errors for overflows.
18 0003-ubsan-render-line-error.patch: Fix UBSan overflow error in render_line.
/external/libyuv/files/build_overrides/
Dbuild.gni35 rebase_path("//tools_libyuv/ubsan/blacklist.txt", root_build_dir)
37 rebase_path("//tools_libyuv/ubsan/vptr_blacklist.txt", root_build_dir)
/external/llvm/lib/Fuzzer/test/ubsan/
DCMakeLists.txt1 # These tests are instrumented with ubsan in non-recovery mode.
/external/clang/runtime/
DCMakeLists.txt109 set(COMPILER_RT_RUNTIMES asan builtins dfsan lsan msan profile tsan ubsan)
126 check-lsan check-msan check-sanitizer check-tsan check-ubsan
/external/compiler-rt/lib/
DCMakeLists.txt20 add_subdirectory(ubsan)
/external/grpc-grpc/tools/internal_ci/linux/pull_request/
Dgrpc_ubsan_on_foundry.sh60 …zelbuild_bazeltoolchains//configs/experimental/ubuntu16_04_clang/1.0/bazel_0.15.0/ubsan:toolchain \
/external/clang/docs/
DUndefinedBehaviorSanitizer.rst20 See the full list of available :ref:`checks <ubsan-checks>` below.
50 You can enable only a subset of :ref:`checks <ubsan-checks>` offered by UBSan,
185 You need to specify a :ref:`check <ubsan-checks>` you are suppressing and the
229 ``check-ubsan`` command.
/external/compiler-rt/test/cfi/
DCMakeLists.txt17 ubsan
/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_ubsan_on_foundry.sh60 …zelbuild_bazeltoolchains//configs/experimental/ubuntu16_04_clang/1.0/bazel_0.15.0/ubsan:toolchain \
/external/grpc-grpc/tools/internal_ci/linux/sanitizer/
Dgrpc_c_ubsan.cfg29 value: "-f c ubsan --inner_jobs 16 -j 1 --internal_ci --bq_result_table aggregate_results"
/external/honggfuzz/examples/openssl/
DREADME.md24 …c/honggfuzz/examples/openssl/compile_hfuzz_openssl_master.sh [enable-asan|enable-msan|enable-ubsan]
/external/perfetto/gn/standalone/sanitizers/
Dsanitizers.gni29 sanitizer_lib_base_name_ = "clang_rt.ubsan"
/external/icu/icu4c/source/test/depstest/
Ddependencies.txt19 PIC system_misc system_debug malloc_functions ubsan
41 group: ubsan
440 PIC ubsan
796 ubsan
816 PIC system_misc system_debug malloc_functions ubsan
1052 ubsan
/external/compiler-rt/test/
DCMakeLists.txt64 add_subdirectory(ubsan)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/
Dubsan.ll11 @.src = private unnamed_addr constant [19 x i8] c"tmp/ubsan/vptr.cpp\00", align 1
/external/llvm/test/Instrumentation/AddressSanitizer/
Dubsan.ll11 @.src = private unnamed_addr constant [19 x i8] c"tmp/ubsan/vptr.cpp\00", align 1
/external/syzkaller/docs/linux/
Dkernel_configs.md53 or [KUBSAN](https://kernel.org/doc/html/latest/dev-tools/ubsan.html) (available upstream with `CONF…
/external/syzkaller/
DREADME.md33 …- [ubsan, kasan, syzkaller und co](http://www.strlen.de/talks/debug-w-syzkaller.pdf) ([video](http…
/external/llvm/lib/Fuzzer/test/
DCMakeLists.txt167 add_subdirectory(ubsan)
/external/v8/infra/mb/
Dmb_config.pyl481 'release_bot', 'x64', 'ubsan'],
780 'ubsan': {
784 # ubsan instead.

12