#include "Caller.h"
Inheritance diagram for tesla::FnCallerInstrumenter:
Collaboration diagram for tesla::FnCallerInstrumenter:Public Member Functions | |
| FnCallerInstrumenter (const Manifest &M, bool SuppressDI) | |
| ~FnCallerInstrumenter () | |
| const char * | getPassName () const |
| virtual bool | doInitialization (llvm::Module &M) |
| virtual bool | runOnFunction (llvm::Function &Fn) |
| virtual bool | runOnBasicBlock (llvm::BasicBlock &Block) |
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::FnCallerInstrumenter::~FnCallerInstrumenter | ( | ) |
Definition at line 53 of file Caller.cpp.
|
virtual |
Definition at line 57 of file Caller.cpp.
References tesla::FnTransition::FnEvent().
Here is the call graph for this function:
|
inline |
|
virtual |
Definition at line 114 of file Caller.cpp.
References tesla::CallerInstrumentation::Instrument().
Here is the call graph for this function:
|
virtual |
Definition at line 104 of file Caller.cpp.