|
LLVM
8.0.1
|
#include "llvm/Analysis/CallGraph.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SmallVector.h"#include "llvm/Config/llvm-config.h"#include "llvm/IR/CallSite.h"#include "llvm/IR/Module.h"#include "llvm/IR/Function.h"#include "llvm/IR/Intrinsics.h"#include "llvm/IR/PassManager.h"#include "llvm/Pass.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"#include <algorithm>#include <cassert>
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 | |||
| ) |
Referenced by llvm::CallGraphWrapperPass::dump().
| print callgraph |
Definition at line 327 of file CallGraph.cpp.
| print Print a call graph |
Definition at line 327 of file CallGraph.cpp.
| print Print a call true |
Definition at line 327 of file CallGraph.cpp.
1.8.13