|
CCTLib
Calling-context and data-object attribution library for Intel Pin
|
#include <cstdint>#include <cstdio>#include <stdexcept>
Include dependency graph for exc_polymorphic.cpp:Go to the source code of this file.
Classes | |
| struct | Base |
| struct | Mid |
| struct | Leaf |
Macros | |
| #define | ITERS 1000 |
Functions | |
| __attribute__ ((noinline)) void poly_try_marker(int i) | |
| static void | thrower (int i) |
| int | main (int argc, char **argv) |
Variables | |
| static volatile uint64_t | sink |
| static uint64_t | buf [ITERS] |
| #define ITERS 1000 |
Definition at line 9 of file exc_polymorphic.cpp.
| __attribute__ | ( | (noinline) | ) |
Definition at line 13 of file exc_polymorphic.cpp.
References sink.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
|
static |
|
static |
Definition at line 11 of file exc_polymorphic.cpp.
|
static |
Definition at line 10 of file exc_polymorphic.cpp.
Referenced by __attribute__(), and main().