summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_interface_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* [sancov] Add new sanitizer coverage functions to the internal interface.Marcos Pividori2017-01-311-1/+27
| | | | | | Differential Revision: https://reviews.llvm.org/D28597 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@293672 91177308-0d34-0410-b5e6-96231b3b80d8
* [sancov] __sanitizer_dump_coverage apiMike Aizatsky2016-12-121-1/+10
| | | | | | | | Subscribers: kubabrecka, mgorny Differential Revision: https://reviews.llvm.org/D26758 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@289498 91177308-0d34-0410-b5e6-96231b3b80d8
* Add __sanitizer_set_report_fd to the internal list of symbols.Benjamin Kramer2016-05-301-0/+4
| | | | | | Otherwise it will get the wrong visibility in the resulting library. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@271202 91177308-0d34-0410-b5e6-96231b3b80d8
* Asan: utility function to determine first wrongly poisoned byte inMike Aizatsky2015-11-041-1/+4
| | | | | | | | container. Differential Revision: http://reviews.llvm.org/D14341 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@252071 91177308-0d34-0410-b5e6-96231b3b80d8
* [Sanitizers] Move the common sanitizer interface from ↵Timur Iskhodzhanov2015-02-191-0/+58
sanitizer_internal_defs.h to a new sanitizer_interface_internal.h file Reviewed at http://reviews.llvm.org/D7758 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@229858 91177308-0d34-0410-b5e6-96231b3b80d8