LLVM 17.0.0git
Macros | Functions
AArch64KCFI.cpp File Reference
#include "AArch64.h"
#include "AArch64InstrInfo.h"
#include "AArch64Subtarget.h"
#include "AArch64TargetMachine.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineInstrBundle.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
Include dependency graph for AArch64KCFI.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "aarch64-kcfi"
 
#define AARCH64_KCFI_PASS_NAME   "Insert KCFI indirect call checks"
 

Functions

 STATISTIC (NumKCFIChecksAdded, "Number of indirect call checks added")
 

Macro Definition Documentation

◆ AARCH64_KCFI_PASS_NAME

#define AARCH64_KCFI_PASS_NAME   "Insert KCFI indirect call checks"

Definition at line 26 of file AArch64KCFI.cpp.

◆ DEBUG_TYPE

#define DEBUG_TYPE   "aarch64-kcfi"

Definition at line 25 of file AArch64KCFI.cpp.

Function Documentation

◆ STATISTIC()

STATISTIC ( NumKCFIChecksAdded  ,
"Number of indirect call checks added"   
)