clang 22.0.0git
CIRGenPointerAuth.cpp
Go to the documentation of this file.
1//===--- CIRGenPointerAuth.cpp - CIR generation for ptr auth --------------===//
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 contains common routines relating to the emission of
10// pointer authentication operations.
11//
12//===----------------------------------------------------------------------===//
13
14#include "CIRGenFunction.h"
15
16using namespace clang;
17using namespace clang::CIRGen;
18
Address getAsNaturalAddressOf(Address addr, QualType pointeeTy)
A (possibly-)qualified type.
Definition TypeBase.h:937
The JSON file list parser is used to communicate input to InstallAPI.
static bool pointerAuthentication()