LLVM 17.0.0git
|
#include "BPF.h"
#include "BPFCORE.h"
#include "llvm/BinaryFormat/Dwarf.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/PassManager.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.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
#define | DEBUG_TYPE "bpf-preserve-di-type" |
Functions | |
INITIALIZE_PASS (BPFPreserveDIType, DEBUG_TYPE, "BPF Preserve Debuginfo Type", false, false) FunctionPass *llvm | |
#define DEBUG_TYPE "bpf-preserve-di-type" |
Definition at line 28 of file BPFPreserveDIType.cpp.
INITIALIZE_PASS | ( | BPFPreserveDIType | , |
DEBUG_TYPE | , | ||
"BPF Preserve Debuginfo Type" | , | ||
false | , | ||
false | |||
) |
Definition at line 139 of file BPFPreserveDIType.cpp.