clang 19.0.0git
PointerAuthOptions.h
Go to the documentation of this file.
1//===--- PointerAuthOptions.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 defines options for configuring pointer-auth technologies
10// like ARMv8.3.
11//
12//===----------------------------------------------------------------------===//
13
14#ifndef LLVM_CLANG_BASIC_POINTERAUTHOPTIONS_H
15#define LLVM_CLANG_BASIC_POINTERAUTHOPTIONS_H
16
17namespace clang {
18
19constexpr unsigned PointerAuthKeyNone = -1;
20
21} // end namespace clang
22
23#endif
The JSON file list parser is used to communicate input to InstallAPI.
constexpr unsigned PointerAuthKeyNone