llvm-project/compiler-rt/lib/lsan
Alexey Samsonov e71f37c1cd Define the path to llvm-symbolizer tool in a common config to reduce copy-paste
llvm-svn: 185286
2013-06-30 14:47:38 +00:00
..
lit_tests Define the path to llvm-symbolizer tool in a common config to reduce copy-paste 2013-06-30 14:47:38 +00:00
tests [LSan] fix link flags for building unit tests 2013-06-13 07:23:18 +00:00
CMakeLists.txt Add cmake rules for building LSan common on Mac OS 2013-06-22 16:33:52 +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] Set current_thread_tid correctly for main thread. 2013-06-18 14:44:45 +00:00
lsan.h [lsan] Standalone LSan initialization. 2013-05-20 11:04:43 +00:00
lsan_allocator.cc Revert to C-style callbacks for iteration over allocator chunks. 2013-06-24 08:34:50 +00:00
lsan_allocator.h
lsan_common.cc [lsan] When verbosity > 1, always print suppressions and summary (even if no leaks found). 2013-06-28 15:05:16 +00:00
lsan_common.h [lsan] Add suppression support. 2013-06-28 14:38:31 +00:00
lsan_common_linux.cc Revert to C-style callbacks for iteration over allocator chunks. 2013-06-24 08:34:50 +00:00
lsan_interceptors.cc [lsan] Define interceptors more correctly. Also, always clear allocated memory. 2013-06-25 14:05:52 +00:00
lsan_thread.cc [sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common. 2013-05-27 10:35:51 +00:00
lsan_thread.h [lsan] Thread registry for standalone LSan. 2013-05-20 10:57:53 +00:00