|
LLVM
8.0.1
|
#include "llvm/ADT/BitVector.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/Statistic.h"#include "llvm/Analysis/CFG.h"#include "llvm/Analysis/EHPersonalities.h"#include "llvm/Analysis/TargetTransformInfo.h"#include "llvm/Transforms/Utils/Local.h"#include "llvm/CodeGen/RuntimeLibcalls.h"#include "llvm/CodeGen/TargetLowering.h"#include "llvm/CodeGen/TargetPassConfig.h"#include "llvm/CodeGen/TargetSubtargetInfo.h"#include "llvm/IR/BasicBlock.h"#include "llvm/IR/Constants.h"#include "llvm/IR/DerivedTypes.h"#include "llvm/IR/Dominators.h"#include "llvm/IR/Function.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Module.h"#include "llvm/IR/Type.h"#include "llvm/Pass.h"#include "llvm/Support/Casting.h"#include "llvm/Target/TargetMachine.h"#include <cstddef>
Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "dwarfehprepare" |
Functions | |
| STATISTIC (NumResumesLowered, "Number of resume calls lowered") | |
| INITIALIZE_PASS_BEGIN (DwarfEHPrepare, DEBUG_TYPE, "Prepare DWARF exceptions", false, false) INITIALIZE_PASS_END(DwarfEHPrepare | |
Variables | |
| DEBUG_TYPE | |
| Prepare DWARF | exceptions |
| Prepare DWARF | false |
| #define DEBUG_TYPE "dwarfehprepare" |
Definition at line 41 of file DwarfEHPrepare.cpp.
| INITIALIZE_PASS_BEGIN | ( | DwarfEHPrepare | , |
| DEBUG_TYPE | , | ||
| "Prepare DWARF exceptions" | , | ||
| false | , | ||
| false | |||
| ) |
| STATISTIC | ( | NumResumesLowered | , |
| "Number of resume calls lowered" | |||
| ) |
| DEBUG_TYPE |
Definition at line 89 of file DwarfEHPrepare.cpp.
| Prepare DWARF exceptions |
Definition at line 89 of file DwarfEHPrepare.cpp.
| Prepare DWARF false |
Definition at line 89 of file DwarfEHPrepare.cpp.
1.8.13