hanchenye-llvm-project/compiler-rt/lib/msan
Sergey Matveev 6eff11e714 [msan] Common flags in MSan.
llvm-svn: 181194
2013-05-06 13:15:14 +00:00
..
lit_tests [MSan] don't build tests with -fPIE/-pie, as these flags are implied by -fsanitize=memory now 2013-04-12 07:14:04 +00:00
tests [sanitizer] Intercept inet_pton and inet_ntop. 2013-04-23 14:05:15 +00:00
CMakeLists.txt Build and install .syms files alongside sanitizer runtimes. These are used to 2013-03-23 00:31:07 +00:00
Makefile.mk [sanitizer] Add MSan to Makefile-based build rules. 2013-02-21 13:55:54 +00:00
msan.cc [msan] Common flags in MSan. 2013-05-06 13:15:14 +00:00
msan.h [msan] Common flags in MSan. 2013-05-06 13:15:14 +00:00
msan.syms Build and install .syms files alongside sanitizer runtimes. These are used to 2013-03-23 00:31:07 +00:00
msan_allocator.cc [sanitizer] add OnMap/OnUmap callbacks to the allocator interface 2012-12-12 14:32:18 +00:00
msan_flags.h [msan] Common flags in MSan. 2013-05-06 13:15:14 +00:00
msan_interceptors.cc [MSan] Make a few interface functions accept 'const void *' instead of 'void*' 2013-04-23 13:34:19 +00:00
msan_interface_internal.h [MSan] Make a few interface functions accept 'const void *' instead of 'void*' 2013-04-23 13:34:19 +00:00
msan_linux.cc [sanitizer] Replace more platform checks with SANITIZER_ constants. 2013-03-19 14:33:38 +00:00
msan_new_delete.cc [msan] Really disable replacement new and delete. 2013-04-15 12:41:52 +00:00
msan_report.cc [msan] Common flags in MSan. 2013-05-06 13:15:14 +00:00