#include "Caller.h"
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) |
![]() | |
Instrumenter (const Manifest &M, bool SuppressDI) | |
virtual | ~Instrumenter () |
Static Public Attributes | |
static char | ID = 0 |
Additional Inherited Members | |
![]() | |
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().
|
inline |
|
virtual |
Definition at line 114 of file Caller.cpp.
References tesla::CallerInstrumentation::Instrument().
|
virtual |
Definition at line 104 of file Caller.cpp.