LLVM API Documentation
#include "llvm/Analysis/CallGraph.h"
#include "llvm/Module.h"
#include "llvm/Instructions.h"
#include "llvm/Support/CallSite.h"
#include "llvm/ADT/STLExtras.h"
#include <iostream>
Include dependency graph for CallGraph.cpp:
Go to the source code of this file.
Functions | |
static bool | isOnlyADirectCall (Function *F, CallSite CS) |
Variables | |
static RegisterAnalysis< CallGraph > | X ("callgraph","Call Graph Construction") |
|
Definition at line 35 of file CallGraph.cpp. References llvm::CallSite::arg_begin(), llvm::CallSite::arg_end(), E, llvm::CallSite::getInstruction(), and I. |
|
|