HomeSort by relevance Sort by last modified time
    Searched full:ubsan (Results 1 - 20 of 20) sorted by null

  /external/compiler-rt/lib/ubsan/lit_tests/
CMakeLists.txt 7 # Run UBSan output tests only if we're sure that clang would produce
16 add_lit_testsuite(check-ubsan "Running UndefinedBehaviorSanitizer tests"
21 set_target_properties(check-ubsan PROPERTIES FOLDER "UBSan unittests")
lit.cfg 14 "make check-ubsan")
36 "lib", "ubsan", "lit_tests")
44 "lib", "ubsan", "lit_tests", "lit.site.cfg")
  /external/clang/test/Driver/
darwin-sanitizer-ld.c 24 // RUN: | FileCheck --check-prefix=CHECK-UBSAN %s
26 // CHECK-UBSAN: "{{.*}}ld{{(.exe)?}}"
27 // CHECK-UBSAN: libclang_rt.ubsan_osx.a"
28 // CHECK-UBSAN: stdc++
40 // RUN: | FileCheck --check-prefix=CHECK-DYN-UBSAN %s
42 // CHECK-DYN-UBSAN: "{{.*}}ld{{(.exe)?}}"
43 // CHECK-DYN-UBSAN: "-dylib"
44 // CHECK-DYN-UBSAN: libclang_rt.ubsan_osx.a
sanitizer-ld.c 88 // RUN: | FileCheck --check-prefix=CHECK-UBSAN-LINUX %s
89 // CHECK-UBSAN-LINUX: "{{.*}}ld{{(.exe)?}}"
90 // CHECK-UBSAN-LINUX-NOT: "-lc"
91 // CHECK-UBSAN-LINUX: libclang_rt.ubsan-i386.a"
92 // CHECK-UBSAN-LINUX: "-lpthread"
98 // RUN: | FileCheck --check-prefix=CHECK-UBSAN-LINUX-SHARED %s
99 // CHECK-UBSAN-LINUX-SHARED: "{{.*}}ld{{(.exe)?}}"
100 // CHECK-UBSAN-LINUX-SHARED-NOT: "-lc"
101 // CHECK-UBSAN-LINUX-SHARED: libclang_rt.ubsan-i386.a
    [all...]
  /external/compiler-rt/lib/ubsan/
CMakeLists.txt 31 add_compiler_rt_static_runtime(clang_rt.ubsan-${arch} ${arch}
35 list(APPEND UBSAN_RUNTIME_LIBRARIES clang_rt.ubsan-${arch})
Makefile.mk 1 #===- lib/ubsan/Makefile.mk ---------------------------------*- Makefile -*--===#
10 ModuleName := ubsan
22 # Define a convenience variable for all the ubsan functions.
ubsan_value.cc 11 // the ubsan runtime.
35 UNREACHABLE("libclang_rt.ubsan was built without __int128 support");
51 UNREACHABLE("libclang_rt.ubsan was built without __int128 support");
ubsan_value.h 11 // the ubsan runtime.
20 #error "UBSan not supported for this platform!"
ubsan_handlers_cxx.cc 10 // Error logging entry points for the UBSan runtime, which are only used for C++
ubsan_handlers.cc 10 // Error logging entry points for the UBSan runtime.
ubsan_diag.cc 10 // Diagnostic reporting for the UBSan runtime.
  /external/clang/test/CodeGen/
unsigned-trapv.c 16 // TRAPV-NOT: ubsan
19 // BOTH-NOT: ubsan
31 // UNSIGNED: ubsan
35 // BOTH: ubsan
ubsan-blacklist.c 1 // Verify ubsan doesn't emit checks for blacklisted functions and files
  /external/compiler-rt/make/platform/
clang_linux.mk 54 Configs += full-i386 profile-i386 asan-i386 ubsan-i386
58 Arch.ubsan-i386 := i386
64 ubsan-x86_64
70 Arch.ubsan-x86_64 := x86_64
95 CFLAGS.ubsan-i386 := $(CFLAGS) -m32 -fPIE -fno-builtin
96 CFLAGS.ubsan-x86_64 := $(CFLAGS) -m64 -fPIE -fno-builtin
129 FUNCTIONS.ubsan-i386 := $(UbsanFunctions) $(SanitizerCommonFunctions)
130 FUNCTIONS.ubsan-x86_64 := $(UbsanFunctions) $(SanitizerCommonFunctions)
  /external/compiler-rt/lib/
Makefile.mk 23 SubDirs += ubsan
CMakeLists.txt 10 add_subdirectory(ubsan)
  /external/clang/runtime/compiler-rt/
Makefile 102 full-i386.a profile-i386.a asan-i386.a ubsan-i386.a
108 ubsan-x86_64.a
109 # We need to build 32-bit ASan/UBsan libraries on 64-bit platform, and add them
116 RuntimeLibrary.linux.Configs += asan-i386.a ubsan-i386.a
  /external/clang/lib/Driver/
ToolChains.cpp 302 // Add Ubsan runtime library, if required.
310 // The Ubsan runtime library requires C++.
    [all...]
Tools.cpp     [all...]
  /prebuilts/sdk/tools/linux/
libclang.so 

Completed in 1435 milliseconds