ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
include
jit
clang_stdlib
sanitizer
ubsan_interface.h
Go to the documentation of this file.
1
//===-- sanitizer/ubsan_interface.h -----------------------------*- C++ -*-===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
//
9
// This file is a part of UBSanitizer (UBSan).
10
//
11
// Public interface header.
12
//===----------------------------------------------------------------------===//
13
#ifndef SANITIZER_UBSAN_INTERFACE_H
14
#define SANITIZER_UBSAN_INTERFACE_H
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
26
const
char
*
__ubsan_default_options
(
void
);
27
28
#ifdef __cplusplus
29
}
// extern "C"
30
#endif
31
32
#endif
// SANITIZER_UBSAN_INTERFACE_H
__ubsan_default_options
const char * __ubsan_default_options(void)
User-provided default option settings.
Generated on Thu Oct 24 2024 09:40:11 for ETISS 0.8.0 by
1.9.1