LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
DwarfEHPrepare.cpp File Reference
#include "llvm/CodeGen/Passes.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/Dominators.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/Module.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/Pass.h"
#include "llvm/Support/CallSite.h"
#include "llvm/Target/TargetLowering.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Utils/SSAUpdater.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")
 

Macro Definition Documentation

#define DEBUG_TYPE   "dwarfehprepare"

Definition at line 15 of file DwarfEHPrepare.cpp.

Function Documentation

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