LLVM 17.0.0git
Macros | Functions
BPFCheckAndAdjustIR.cpp File Reference
#include "BPF.h"
#include "BPFCORE.h"
#include "BPFTargetMachine.h"
#include "llvm/IR/DebugInfoMetadata.h"
#include "llvm/IR/GlobalVariable.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Type.h"
#include "llvm/IR/User.h"
#include "llvm/IR/Value.h"
#include "llvm/Pass.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "bpf-check-and-opt-ir"
 

Functions

 INITIALIZE_PASS (BPFCheckAndAdjustIR, DEBUG_TYPE, "BPF Check And Adjust IR", false, false) ModulePass *llvm
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "bpf-check-and-opt-ir"

Definition at line 32 of file BPFCheckAndAdjustIR.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( BPFCheckAndAdjustIR  ,
DEBUG_TYPE  ,
"BPF Check And Adjust IR"  ,
false  ,
false   
)

Definition at line 54 of file BPFCheckAndAdjustIR.cpp.