LLVM 20.0.0git
|
#include "AArch64PointerAuth.h"
#include "AArch64.h"
#include "AArch64InstrInfo.h"
#include "AArch64MachineFunctionInfo.h"
#include "AArch64Subtarget.h"
#include "Utils/AArch64BaseInfo.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
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 | BuildPACM (const AArch64Subtarget &Subtarget, MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, DebugLoc DL, MachineInstr::MIFlag Flags, MCSymbol *PACSym=nullptr) |
#define AARCH64_POINTER_AUTH_NAME "AArch64 Pointer Authentication" |
Definition at line 23 of file AArch64PointerAuth.cpp.
|
static |
Definition at line 78 of file AArch64PointerAuth.cpp.
References llvm::MachineInstrBuilder::addReg(), llvm::MachineInstrBuilder::addSym(), assert(), llvm::BuildMI(), llvm::RegState::Define, DL, llvm::MachineInstr::FrameDestroy, llvm::MachineFunction::getInfo(), llvm::AArch64Subtarget::getInstrInfo(), llvm::MachineBasicBlock::getParent(), MBB, MBBI, llvm::MachineInstrBuilder::setMIFlag(), and TII.
INITIALIZE_PASS | ( | AArch64PointerAuth | , |
"aarch64-ptrauth" | , | ||
AARCH64_POINTER_AUTH_NAME | , | ||
false | , | ||
false | |||
) |
Definition at line 65 of file AArch64PointerAuth.cpp.