llvm-project/compiler-rt/lib/hwasan
2023-03-20 15:41:05 +00:00
..
scripts [hwasan] add pattern for short tag in symbolizer 2023-01-18 11:12:39 -08:00
.clang-format
CMakeLists.txt [HWASAN] Implemented LSAN SetLsanTag and IgnoreObjectLocked 2023-01-17 17:59:17 -08:00
hwasan_allocation_functions.cpp Revert "[hwasan] Provide aliases for c allocation functions for Fuchsia" 2023-03-10 21:18:25 -08:00
hwasan_allocator.cpp [HWASAN] Add support for max_allocation_size_mb option 2023-02-09 20:24:47 +00:00
hwasan_allocator.h [hwasan] Increase allocator space for non-android Linux 2023-03-08 14:12:39 -08:00
hwasan_checks.h Reland "[compiler-rt][hwasan] Add unused attribute to GetRegisters" 2023-02-14 21:13:52 +00:00
hwasan_dynamic_shadow.cpp
hwasan_dynamic_shadow.h
hwasan_exceptions.cpp
hwasan_flags.h
hwasan_flags.inc
hwasan_fuchsia.cpp [HWASAN] Init lsan and install at_exit hook 2023-01-19 01:40:17 +00:00
hwasan_globals.cpp
hwasan_globals.h
hwasan_ignorelist.txt
hwasan_interceptors_vfork.S
hwasan_interceptors.cpp [LSAN] Fix pthread_create interceptor to ignore leaks in real pthread_create. 2023-02-08 22:55:19 +00:00
hwasan_interface_internal.h
hwasan_linux.cpp [HWASAN] Init lsan and install at_exit hook 2023-01-19 01:40:17 +00:00
hwasan_malloc_bisect.h
hwasan_mapping.h
hwasan_memintrinsics.cpp
hwasan_new_delete.cpp [hwasan] Add non-exception variant of operator delete[] for hwasan 2023-03-07 03:46:10 +00:00
hwasan_poisoning.cpp
hwasan_poisoning.h
hwasan_preinit.cpp
hwasan_registers.h Reland "[compiler-rt][hwasan] Add unused attribute to GetRegisters" 2023-02-14 21:13:52 +00:00
hwasan_report.cpp [HWASan] link to doc in reports on Android 2023-01-17 16:29:51 -08:00
hwasan_report.h
hwasan_setjmp_aarch64.S
hwasan_setjmp_riscv64.S [hwasan] Replace j __interceptor_sigsetjmp instead with tail for RISC-V 2023-01-13 17:44:38 -08:00
hwasan_setjmp_x86_64.S compiler-rt/lib: Add .Linterceptor_sigsetjmp 2023-01-31 14:30:55 -08:00
hwasan_tag_mismatch_aarch64.S
hwasan_tag_mismatch_riscv64.S
hwasan_thread_list.cpp
hwasan_thread_list.h [HWASAN] Implmented LSAN specifc thread support. 2023-01-11 00:14:42 +00:00
hwasan_thread.cpp [HWASAN] Set os_id in Thread::Init to make sure that the thread can be found by GetThreadByOsIDLocked. 2023-02-02 01:42:48 +00:00
hwasan_thread.h [HWASAN] Set os_id in Thread::Init to make sure that the thread can be found by GetThreadByOsIDLocked. 2023-02-02 01:42:48 +00:00
hwasan_type_test.cpp
hwasan.cpp Reland "[LSAN][HWASAN] Turn on leak sanitizer in HWASAN for Linux" 2023-03-20 15:41:05 +00:00
hwasan.h [HWASAN] Init lsan and install at_exit hook 2023-01-19 01:40:17 +00:00
hwasan.syms.extra