LLVM 19.0.0git
Macros | Typedefs | Functions
CFGuard.cpp File Reference

This file contains the IR transform to add Microsoft's Control Flow Guard checks on Windows targets. More...

#include "llvm/Transforms/CFGuard.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/IR/CallingConv.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instruction.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
#include "llvm/TargetParser/Triple.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "cfguard"
 

Typedefs

using OperandBundleDef = OperandBundleDefT< Value * >
 

Functions

 STATISTIC (CFGuardCounter, "Number of Control Flow Guard checks added")
 

Detailed Description

This file contains the IR transform to add Microsoft's Control Flow Guard checks on Windows targets.

Definition in file CFGuard.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "cfguard"

Definition at line 29 of file CFGuard.cpp.

Typedef Documentation

◆ OperandBundleDef

Definition at line 27 of file CFGuard.cpp.

Function Documentation

◆ STATISTIC()

STATISTIC ( CFGuardCounter  ,
"Number of Control Flow Guard checks added"   
)