|
LLVM
4.0.0
|
#include "llvm/Analysis/CallGraph.h"#include "llvm/IR/CallSite.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/IntrinsicInst.h"#include "llvm/IR/Module.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Functions | |
| INITIALIZE_PASS_BEGIN (CallGraphPrinterLegacyPass,"print-callgraph","Print a call graph", true, true) INITIALIZE_PASS_END(CallGraphPrinterLegacyPass | |
Variables | |
| callgraph | |
| print Print a call | graph |
| print Print a call | true |
| INITIALIZE_PASS_BEGIN | ( | CallGraphPrinterLegacyPass | , |
| "print-callgraph" | , | ||
| "Print a call graph" | , | ||
| true | , | ||
| true | |||
| ) |
| print callgraph |
Definition at line 336 of file CallGraph.cpp.
| print Print a call graph |
Definition at line 336 of file CallGraph.cpp.
| print Print a call true |
Definition at line 336 of file CallGraph.cpp.
1.8.6