Go to the source code of this file.
|
| STATISTIC (NumResumesLowered, "Number of resume calls lowered") |
|
| STATISTIC (NumCleanupLandingPadsUnreachable, "Number of cleanup landing pads found unreachable") |
|
| STATISTIC (NumCleanupLandingPadsRemaining, "Number of cleanup landing pads remaining") |
|
| STATISTIC (NumNoUnwind, "Number of functions with nounwind") |
|
| STATISTIC (NumUnwind, "Number of functions with unwind") |
|
static bool | prepareDwarfEH (CodeGenOpt::Level OptLevel, Function &F, const TargetLowering &TLI, DominatorTree *DT, const TargetTransformInfo *TTI, const Triple &TargetTriple) |
|
| INITIALIZE_PASS_BEGIN (DwarfEHPrepareLegacyPass, DEBUG_TYPE, "Prepare DWARF exceptions", false, false) INITIALIZE_PASS_END(DwarfEHPrepareLegacyPass |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "dwarfehprepare" |
◆ INITIALIZE_PASS_BEGIN()
◆ prepareDwarfEH()
◆ STATISTIC() [1/5]
STATISTIC |
( |
NumCleanupLandingPadsRemaining |
, |
|
|
"Number of cleanup landing pads remaining" |
|
|
) |
| |
◆ STATISTIC() [2/5]
STATISTIC |
( |
NumCleanupLandingPadsUnreachable |
, |
|
|
"Number of cleanup landing pads found unreachable" |
|
|
) |
| |
◆ STATISTIC() [3/5]
◆ STATISTIC() [4/5]
◆ STATISTIC() [5/5]
STATISTIC |
( |
NumUnwind |
, |
|
|
"Number of functions with unwind" |
|
|
) |
| |
◆ DEBUG_TYPE
◆ exceptions
◆ false