LLVM API Documentation

IndMemRemoval.cpp File Reference

#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"

Include dependency graph for IndMemRemoval.cpp:

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")
ModulePassllvm::createIndMemRemPass ()

Variables

static RegisterPass
< IndMemRemPass > 
X ("indmemrem","Indirect Malloc and Free Removal")


Define Documentation

#define DEBUG_TYPE   "indmemrem"

Definition at line 18 of file IndMemRemoval.cpp.


Function Documentation

STATISTIC ( NumBounce  ,
"Number of bounce functions created"   
)

STATISTIC ( NumBounceSites  ,
"Number of sites modified  
)


Variable Documentation

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.