llvm-project/compiler-rt/lib/lsan
Alexey Samsonov 49eb5700e2 Revert r182465 and add lsan-common library to makefile-based build
llvm-svn: 182470
2013-05-22 13:20:37 +00:00
..
tests [lsan] Invoke leak detection with atexit(). 2013-05-21 17:56:45 +00:00
CMakeLists.txt [lsan] Change CMakeLists to build the common LSan module for ASan. 2013-05-21 14:12:11 +00:00
Makefile.mk Revert r182465 and add lsan-common library to makefile-based build 2013-05-22 13:20:37 +00:00
lsan.cc [lsan] Invoke leak detection with atexit(). 2013-05-21 17:56:45 +00:00
lsan.h [lsan] Standalone LSan initialization. 2013-05-20 11:04:43 +00:00
lsan_allocator.cc [lsan] Invoke leak detection with atexit(). 2013-05-21 17:56:45 +00:00
lsan_allocator.h
lsan_common.cc [asan] Do not invoke LSan hooks unless CAN_SANITIZE_LEAKS. 2013-05-21 15:35:34 +00:00
lsan_common.h [lsan] Change CMakeLists to build the common LSan module for ASan. 2013-05-21 14:12:11 +00:00
lsan_common_linux.cc [lsan] Change CMakeLists to build the common LSan module for ASan. 2013-05-21 14:12:11 +00:00
lsan_interceptors.cc [lsan] Interceptors for standalone LSan. 2013-05-20 11:01:40 +00:00
lsan_thread.cc [lsan] Thread registry for standalone LSan. 2013-05-20 10:57:53 +00:00
lsan_thread.h [lsan] Thread registry for standalone LSan. 2013-05-20 10:57:53 +00:00