LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
StripDeadPrototypes.cpp File Reference
#include "llvm/Transforms/IPO.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
Include dependency graph for StripDeadPrototypes.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "strip-dead-prototypes"
 

Functions

 STATISTIC (NumDeadPrototypes,"Number of dead prototypes removed")
 
 INITIALIZE_PASS (StripDeadPrototypesPass,"strip-dead-prototypes","Strip Unused Function Prototypes", false, false) bool StripDeadPrototypesPass
 

Macro Definition Documentation

#define DEBUG_TYPE   "strip-dead-prototypes"

Definition at line 17 of file StripDeadPrototypes.cpp.

Function Documentation

INITIALIZE_PASS ( StripDeadPrototypesPass  ,
"strip-dead-prototypes"  ,
"Strip Unused Function Prototypes"  ,
false  ,
false   
)
STATISTIC ( NumDeadPrototypes  ,
"Number of dead prototypes removed"   
)