LLVM 19.0.0git
Macros | Functions
KCFI.cpp File Reference
#include "llvm/Transforms/Instrumentation/KCFI.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DiagnosticInfo.h"
#include "llvm/IR/DiagnosticPrinter.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/GlobalObject.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/MDBuilder.h"
#include "llvm/IR/Module.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "kcfi"
 

Functions

 STATISTIC (NumKCFIChecks, "Number of kcfi operands transformed into checks")
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "kcfi"

Definition at line 32 of file KCFI.cpp.

Function Documentation

◆ STATISTIC()

STATISTIC ( NumKCFIChecks  ,
"Number of kcfi operands transformed into checks"   
)