LLVM  8.0.1
Functions | Variables
MemDerefPrinter.cpp File Reference
#include "llvm/Analysis/Loads.h"
#include "llvm/Analysis/Passes.h"
#include "llvm/IR/CallSite.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for MemDerefPrinter.cpp:

Go to the source code of this file.

Functions

 INITIALIZE_PASS_BEGIN (MemDerefPrinter, "print-memderefs", "Memory Dereferenciblity of pointers in function", false, true) INITIALIZE_PASS_END(MemDerefPrinter
 

Variables

print memderefs
 
print Memory Dereferenciblity of pointers in function
 
print Memory Dereferenciblity of pointers in false
 

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( MemDerefPrinter  ,
"print-memderefs ,
"Memory Dereferenciblity of pointers in function ,
false  ,
true   
)

Variable Documentation

◆ false

print Memory Dereferenciblity of pointers in false

Definition at line 45 of file MemDerefPrinter.cpp.

◆ function

print Memory Dereferenciblity of pointers in function

Definition at line 45 of file MemDerefPrinter.cpp.

◆ memderefs

print memderefs

Definition at line 45 of file MemDerefPrinter.cpp.