blob: 36e622cf5e2825d1c2454f97be370d2ca6cf856d [file] [log] [blame]
//===-- asan_report.h -------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This file is a part of AddressSanitizer, an address sanity checker.
//
// ASan-private header for error reporting functions.
//===----------------------------------------------------------------------===//
#include "asan_internal.h"
namespace __asan {
void ReportSIGSEGV(uptr pc, uptr sp, uptr bp, uptr addr);
} // namespace __asan