xref: /llvm-project/compiler-rt/lib/rtsan/rtsan_interceptors.h (revision 1adb55b1c4bfd21752e6b2718c3c4b8abb203d09)
1*1adb55b1SChris Apple //===--- rtsan_interceptors.h - Realtime Sanitizer --------------*- C++ -*-===//
2*1adb55b1SChris Apple //
3*1adb55b1SChris Apple // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4*1adb55b1SChris Apple // See https://llvm.org/LICENSE.txt for license information.
5*1adb55b1SChris Apple // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6*1adb55b1SChris Apple //
7*1adb55b1SChris Apple //===----------------------------------------------------------------------===//
8*1adb55b1SChris Apple //
9*1adb55b1SChris Apple //===----------------------------------------------------------------------===//
10*1adb55b1SChris Apple 
11*1adb55b1SChris Apple #pragma once
12*1adb55b1SChris Apple 
13*1adb55b1SChris Apple namespace __rtsan {
14*1adb55b1SChris Apple void InitializeInterceptors();
15*1adb55b1SChris Apple } // namespace __rtsan
16