LLVM  4.0.0
Namespaces | Macros | Functions
AVRInstrumentFunctions.cpp File Reference
#include "AVR.h"
#include <llvm/IR/Function.h>
#include <llvm/IR/Module.h>
Include dependency graph for AVRInstrumentFunctions.cpp:

Go to the source code of this file.

Namespaces

 symbols
 

Macros

#define AVR_INSTRUMENT_FUNCTIONS_NAME   "AVR function instrumentation pass"
 
#define SYMBOL_PREFIX   "avr_instrumentation"
 

Functions

 INITIALIZE_PASS (AVRInstrumentFunctions,"avr-instrument-functions", AVR_INSTRUMENT_FUNCTIONS_NAME, false, false) namespace llvm
 

Macro Definition Documentation

#define AVR_INSTRUMENT_FUNCTIONS_NAME   "AVR function instrumentation pass"

Definition at line 26 of file AVRInstrumentFunctions.cpp.

#define SYMBOL_PREFIX   "avr_instrumentation"

Definition at line 33 of file AVRInstrumentFunctions.cpp.

Function Documentation

INITIALIZE_PASS ( AVRInstrumentFunctions  ,
"avr-instrument-functions ,
AVR_INSTRUMENT_FUNCTIONS_NAME  ,
false  ,
false   
)