LLVM 22.0.0git
AArch64PointerAuth.cpp File Reference

Go to the source code of this file.

Macros

#define AARCH64_POINTER_AUTH_NAME   "AArch64 Pointer Authentication"

Functions

 INITIALIZE_PASS (AArch64PointerAuth, "aarch64-ptrauth", AARCH64_POINTER_AUTH_NAME, false, false) FunctionPass *llvm
static void emitPACSymOffsetIntoX16 (const TargetInstrInfo &TII, MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL, MCSymbol *PACSym)
static void BuildPACM (const AArch64Subtarget &Subtarget, MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, DebugLoc DL, MachineInstr::MIFlag Flags, MCSymbol *PACSym=nullptr)
static void emitPACCFI (MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, MachineInstr::MIFlag Flags, bool EmitCFI)

Macro Definition Documentation

◆ AARCH64_POINTER_AUTH_NAME

#define AARCH64_POINTER_AUTH_NAME   "AArch64 Pointer Authentication"

Definition at line 23 of file AArch64PointerAuth.cpp.

Referenced by INITIALIZE_PASS().

Function Documentation

◆ BuildPACM()

◆ emitPACCFI()

void emitPACCFI ( MachineBasicBlock & MBB,
MachineBasicBlock::iterator MBBI,
MachineInstr::MIFlag Flags,
bool EmitCFI )
static

Definition at line 94 of file AArch64PointerAuth.cpp.

References MBB, and MBBI.

◆ emitPACSymOffsetIntoX16()

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( AArch64PointerAuth ,
"aarch64-ptrauth" ,
AARCH64_POINTER_AUTH_NAME ,
false ,
false  )