|
LLVM
4.0.0
|
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 | |
| #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.
| INITIALIZE_PASS | ( | AVRInstrumentFunctions | , |
| "avr-instrument-functions" | , | ||
| AVR_INSTRUMENT_FUNCTIONS_NAME | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 215 of file AVRInstrumentFunctions.cpp.
References llvm::createAVRInstrumentFunctionsPass().
1.8.6