llvm-project/compiler-rt/lib/interception
Kuba Mracek 975352c0b1 [interception] Switch to _type suffix instead of _f, NFC.
Some Darwin functions have pairs like dispatch_apply and dispatch_apply_f so the added _f to interceptor types causes a clash. Let's add _type suffix instead.

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

llvm-svn: 344954
2018-10-22 20:54:48 +00:00
..
tests [cmake] [interception] Remove duplicate gtest from test COMPILE_DEPS 2017-10-12 18:51:41 +00:00
.clang-format [sanitizer] Remove unneeded blank lines 2018-05-09 00:44:26 +00:00
CMakeLists.txt [CMake] Add compiler-rt header files to the list of sources for targets 2018-07-10 13:00:17 +00:00
interception.h [interception] Switch to _type suffix instead of _f, NFC. 2018-10-22 20:54:48 +00:00
interception_linux.cc OpenBSD Ubsan support / interception 2018-03-02 07:32:30 +00:00
interception_linux.h [interception] Switch to _type suffix instead of _f, NFC. 2018-10-22 20:54:48 +00:00
interception_mac.cc [Sanitizers] Use SANITIZER_* macros in lib/interception 2017-12-06 17:02:00 +00:00
interception_mac.h [Sanitizers] Use SANITIZER_* macros in lib/interception 2017-12-06 17:02:00 +00:00
interception_type_test.cc [Sanitizers] Use SANITIZER_* macros in lib/interception 2017-12-06 17:02:00 +00:00
interception_win.cc [winasan] Reduce hotpatch prefix check to 8 bytes 2018-09-20 14:28:50 +00:00
interception_win.h [Sanitizers] Use SANITIZER_* macros in lib/interception 2017-12-06 17:02:00 +00:00