LLVM  3.7.0
Macros | Functions | Variables
DwarfEHPrepare.cpp File Reference
#include "llvm/CodeGen/Passes.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/CFG.h"
#include "llvm/Analysis/LibCallSemantics.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
#include "llvm/Target/TargetLowering.h"
#include "llvm/Target/TargetSubtargetInfo.h"
#include "llvm/Transforms/Utils/Local.h"
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_TM_PASS_BEGIN (DwarfEHPrepare,"dwarfehprepare","Prepare DWARF exceptions", false, false) INITIALIZE_TM_PASS_END(DwarfEHPrepare
 

Variables

 dwarfehprepare
 
Prepare DWARF exceptions
 
Prepare DWARF false
 

Macro Definition Documentation

#define DEBUG_TYPE   "dwarfehprepare"

Definition at line 31 of file DwarfEHPrepare.cpp.

Function Documentation

INITIALIZE_TM_PASS_BEGIN ( DwarfEHPrepare  ,
"dwarfehprepare"  ,
"Prepare DWARF exceptions ,
false  ,
false   
)
STATISTIC ( NumResumesLowered  ,
"Number of resume calls lowered"   
)

Variable Documentation

dwarfehprepare

Definition at line 85 of file DwarfEHPrepare.cpp.

Prepare DWARF exceptions

Definition at line 85 of file DwarfEHPrepare.cpp.

Prepare DWARF false

Definition at line 85 of file DwarfEHPrepare.cpp.