retdec
|
A base class of all obtainers of information about functions and function calls. More...
#include <stack>
#include <string>
#include "retdec/llvmir2hll/graphs/cg/cg.h"
#include "retdec/llvmir2hll/support/smart_ptr.h"
#include "retdec/llvmir2hll/support/types.h"
#include "retdec/utils/non_copyable.h"
Go to the source code of this file.
Classes | |
class | retdec::llvmir2hll::CallInfo |
Base class for all classes storing information about a function call. More... | |
class | retdec::llvmir2hll::FuncInfo |
Base class for all classes storing information about a function. More... | |
class | retdec::llvmir2hll::CallInfoObtainer |
A base class of all obtainers of information about functions and function calls. More... | |
class | retdec::llvmir2hll::CallInfoObtainer::FuncInfoCompOrder |
Represents an order in which FuncInfos should be computed. More... | |
class | retdec::llvmir2hll::CallInfoObtainer::SCCComputer |
A computation of strongly connected components (SCCs) from a call graph. More... | |
struct | retdec::llvmir2hll::CallInfoObtainer::SCCComputer::CalledFuncInfo |
Information about a CalledFunc from the SCC algorithm. More... | |
struct | retdec::llvmir2hll::CallInfoObtainer::SCCWithRepresent |
An SCC with a represent. More... | |
Namespaces | |
retdec | |
retdec::llvmir2hll | |
A base class of all obtainers of information about functions and function calls.