LLVM
8.0.1
|
#include "llvm/Analysis/CallPrinter.h"
#include "llvm/Analysis/CallGraph.h"
#include "llvm/Analysis/DOTGraphTraitsPass.h"
Go to the source code of this file.
Classes | |
struct | llvm::DOTGraphTraits< CallGraph * > |
struct | llvm::AnalysisCallGraphWrapperPassTraits |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Functions | |
INITIALIZE_PASS(CallGraphViewer, "view-callgraph", "View call graph", false, false) char CallGraphDOTPrinter | INITIALIZE_PASS (CallGraphDOTPrinter, "dot-callgraph", "Print call graph to 'dot' file", false, false) ModulePass *llvm |
INITIALIZE_PASS (CallGraphViewer, "view-callgraph", "View call graph", false, false) char CallGraphDOTPrinter INITIALIZE_PASS | ( | CallGraphDOTPrinter | , |
"dot-callgraph" | , | ||
"Print call graph to 'dot' file" | , | ||
false | , | ||
false | |||
) |
Definition at line 81 of file CallPrinter.cpp.
Referenced by llvm::AnalysisCallGraphWrapperPassTraits::getGraph().