hanchenye-llvm-project/compiler-rt/lib/interception
Alexander Potapenko a15d49cc1f [libsanitizer] Introduce INTERCEPTOR_WITH_SUFFIX which is to be used for appending the __DARWIN_ALIAS() version suffixes to function names on Darwin.
This should fix asan/lit_tests/wait.cc under ASan.

llvm-svn: 182259
2013-05-20 13:32:35 +00:00
..
CMakeLists.txt [sanitizer] Fix wrong size of OFF_T on 32-bit platforms. 2013-02-07 07:37:12 +00:00
Makefile.mk [ASan] Delete the code related to static runtime on OS X. 2013-02-05 15:57:12 +00:00
interception.h [libsanitizer] Introduce INTERCEPTOR_WITH_SUFFIX which is to be used for appending the __DARWIN_ALIAS() version suffixes to function names on Darwin. 2013-05-20 13:32:35 +00:00
interception_linux.cc [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting pointer-to-function to pointer-to-object, so we use cast via integral type 2012-08-02 11:19:13 +00:00
interception_linux.h [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting pointer-to-function to pointer-to-object, so we use cast via integral type 2012-08-02 11:19:13 +00:00
interception_mac.cc [ASan] Delete the code related to static runtime on OS X. 2013-02-05 15:57:12 +00:00
interception_mac.h [ASan] Delete the code related to static runtime on OS X. 2013-02-05 15:57:12 +00:00
interception_type_test.cc [sanitizer] Exclude off64_t test on mac. 2013-02-07 09:34:08 +00:00
interception_win.cc [Sanitizer] fix windows build 2012-08-02 11:38:58 +00:00
interception_win.h Follow-up for r161168 for Windows 2012-08-02 11:29:14 +00:00