LLVM API Documentation
#include "llvm/Transforms/IPO.h"#include "llvm/Pass.h"#include "llvm/Module.h"#include "llvm/Instructions.h"#include "llvm/Type.h"#include "llvm/DerivedTypes.h"#include "llvm/ADT/Statistic.h"#include "llvm/Support/Compiler.h"

Go to the source code of this file.
Defines | |
| #define | DEBUG_TYPE "indmemrem" |
Functions | |
| STATISTIC (NumBounceSites,"Number of sites modified") | |
| STATISTIC (NumBounce,"Number of bounce functions created") | |
| ModulePass * | llvm::createIndMemRemPass () |
Variables | |
| static RegisterPass < IndMemRemPass > | X ("indmemrem","Indirect Malloc and Free Removal") |
| #define DEBUG_TYPE "indmemrem" |
Definition at line 18 of file IndMemRemoval.cpp.
| STATISTIC | ( | NumBounce | , | |
| "Number of bounce functions created" | ||||
| ) |
| STATISTIC | ( | NumBounceSites | , | |
| "Number of sites modified" | ||||
| ) |
char ID [static] |
Definition at line 35 of file IndMemRemoval.cpp.
RegisterPass<IndMemRemPass> X("indmemrem","Indirect Malloc and Free Removal") [static] |
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.