|
LLVM
8.0.1
|
#include "X86.h"#include "X86InstrInfo.h"#include "X86Subtarget.h"#include "llvm/ADT/Statistic.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineModuleInfo.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "x86-indirect-branch-tracking" |
Functions | |
| STATISTIC (NumEndBranchAdded, "Number of ENDBR instructions added") | |
Variables | |
| static cl::opt< bool > | IndirectBranchTracking ("x86-indirect-branch-tracking", cl::init(false), cl::Hidden, cl::desc("Enable X86 indirect branch tracking pass.")) |
| #define DEBUG_TYPE "x86-indirect-branch-tracking" |
Definition at line 29 of file X86IndirectBranchTracking.cpp.
| STATISTIC | ( | NumEndBranchAdded | , |
| "Number of ENDBR instructions added" | |||
| ) |
|
static |
Referenced by llvm::createX86IndirectBranchTrackingPass().
1.8.13