llvm-project/compiler-rt/lib/hwasan
Alex Shlyapnikov cf30f6425a [HWASan] Use dynamic shadow memory on Android only.
There're issues with IFUNC support on other platforms.

Differential Revision: https://reviews.llvm.org/D45847

llvm-svn: 330666
2018-04-24 00:17:02 +00:00
..
.clang-format
CMakeLists.txt [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt). 2018-04-23 18:19:23 +00:00
hwasan.cc [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt). 2018-04-23 18:19:23 +00:00
hwasan.h [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt). 2018-04-23 18:19:23 +00:00
hwasan.syms.extra
hwasan_allocator.cc [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt). 2018-04-23 18:19:23 +00:00
hwasan_allocator.h
hwasan_blacklist.txt
hwasan_dynamic_shadow.cc [HWASan] Add files missing in r330624 2018-04-23 19:05:12 +00:00
hwasan_dynamic_shadow.h [HWASan] Add files missing in r330624 2018-04-23 19:05:12 +00:00
hwasan_flags.h
hwasan_flags.inc [hwasan] An option to disable tag randomization. 2018-01-10 19:36:10 +00:00
hwasan_interceptors.cc [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt). 2018-04-23 18:19:23 +00:00
hwasan_interface_internal.h [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt). 2018-04-23 18:19:23 +00:00
hwasan_linux.cc [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt). 2018-04-23 18:19:23 +00:00
hwasan_mapping.h [HWASan] Use dynamic shadow memory on Android only. 2018-04-24 00:17:02 +00:00
hwasan_new_delete.cc
hwasan_poisoning.cc [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt). 2018-04-23 18:19:23 +00:00
hwasan_poisoning.h
hwasan_report.cc [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt). 2018-04-23 18:19:23 +00:00
hwasan_thread.cc [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt). 2018-04-23 18:19:23 +00:00
hwasan_thread.h [hwasan] Add heap tag randomization. 2018-01-03 21:42:28 +00:00