summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common_interface_posix.inc
blob: bbc725a9d4d145d0337f1bbbbb8d287a26e2efe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//===-- sanitizer_common_interface_posix.inc ------------------------------===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
// Sanitizer Common interface list only available for Posix systems.
//===----------------------------------------------------------------------===//
INTERFACE_WEAK_FUNCTION(__sanitizer_symbolize_code)
INTERFACE_WEAK_FUNCTION(__sanitizer_symbolize_data)
INTERFACE_WEAK_FUNCTION(__sanitizer_symbolize_demangle)
INTERFACE_WEAK_FUNCTION(__sanitizer_symbolize_flush)