#include <opjitconv.h>
Data Fields | |
struct jitentry_debug_line * | next |
struct jr_code_debug_info const * | data |
unsigned long long | life_start |
unsigned long long | life_end |
void const * | end |
Definition at line 64 of file opjitconv.h.
struct jr_code_debug_info const* jitentry_debug_line::data [read] |
Definition at line 66 of file opjitconv.h.
Referenced by init_debug_line_info(), and parse_code_debug_info().
void const* jitentry_debug_line::end |
Definition at line 71 of file opjitconv.h.
Referenced by parse_code_debug_info().
unsigned long long jitentry_debug_line::life_end |
Definition at line 70 of file opjitconv.h.
Referenced by parse_code_debug_info().
unsigned long long jitentry_debug_line::life_start |
Definition at line 68 of file opjitconv.h.
Referenced by parse_code_debug_info().
struct jitentry_debug_line* jitentry_debug_line::next [read] |
Definition at line 65 of file opjitconv.h.
Referenced by free_jit_debug_line(), init_debug_line_info(), and parse_code_debug_info().