LLVM
8.0.1
|
#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"
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 | |
memderefs | |
print Memory Dereferenciblity of pointers in | function |
print Memory Dereferenciblity of pointers in | false |
INITIALIZE_PASS_BEGIN | ( | MemDerefPrinter | , |
"print-memderefs" | , | ||
"Memory Dereferenciblity of pointers in function" | , | ||
false | , | ||
true | |||
) |
Definition at line 45 of file MemDerefPrinter.cpp.
Definition at line 45 of file MemDerefPrinter.cpp.
print memderefs |
Definition at line 45 of file MemDerefPrinter.cpp.