LLVM  8.0.1
Macros | Functions | Variables
DwarfEHPrepare.cpp File Reference
#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>
Include dependency graph for DwarfEHPrepare.cpp:

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
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "dwarfehprepare"

Definition at line 41 of file DwarfEHPrepare.cpp.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( DwarfEHPrepare  ,
DEBUG_TYPE  ,
"Prepare DWARF exceptions ,
false  ,
false   
)

◆ STATISTIC()

STATISTIC ( NumResumesLowered  ,
"Number of resume calls lowered"   
)

Variable Documentation

◆ DEBUG_TYPE

DEBUG_TYPE

Definition at line 89 of file DwarfEHPrepare.cpp.

◆ exceptions

Prepare DWARF exceptions

Definition at line 89 of file DwarfEHPrepare.cpp.

◆ false

Prepare DWARF false

Definition at line 89 of file DwarfEHPrepare.cpp.