#include "Callee.h"
Inheritance diagram for tesla::FnCalleeInstrumenter:
Collaboration diagram for tesla::FnCalleeInstrumenter:Public Member Functions | |
| FnCalleeInstrumenter (const Manifest &M, bool SuppressDI) | |
| ~FnCalleeInstrumenter () | |
| const char * | getPassName () const |
| virtual bool | runOnModule (llvm::Module &M) |
Public Member Functions inherited from tesla::Instrumenter | |
| Instrumenter (const Manifest &M, bool SuppressDI) | |
| virtual | ~Instrumenter () |
Static Public Attributes | |
| static char | ID = 0 |
Additional Inherited Members | |
Protected Attributes inherited from tesla::Instrumenter | |
| const Manifest & | M |
| TESLA manifest that describes automata. More... | |
| const bool | SuppressDebugInstr |
| Don't produce debug instrumentation (e.g., printf() statements). More... | |
|
inline |
| tesla::FnCalleeInstrumenter::~FnCalleeInstrumenter | ( | ) |
Definition at line 57 of file Callee.cpp.
|
inline |
|
virtual |
Definition at line 61 of file Callee.cpp.
References tesla::FnTransition::FnEvent().
Here is the call graph for this function: