Lines Matching full:ubsan
36 add_custom_target(ubsan) target
37 set_target_properties(ubsan PROPERTIES FOLDER "Compiler-RT Misc")
45 # Common parts of UBSan runtime.
53 # Initializer of standalone UBSan runtime.
60 add_compiler_rt_runtime(clang_rt.ubsan
68 PARENT_TARGET ubsan)
72 # Common parts of UBSan runtime.
76 # C++-specific parts of UBSan runtime. Requires a C++ ABI library.
82 # Initializer of standalone UBSan runtime.
87 # Standalone UBSan runtimes.
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)
120 add_dependencies(compiler-rt ubsan)