LLVM: jit_descriptor Struct Reference (original) (raw)

#include "[llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h](JITLoaderGDB%5F8h%5Fsource.html)"

Public Attributes
uint32_t version
uint32_t action_flag
struct jit_code_entry * relevant_entry
struct jit_code_entry * first_entry

Detailed Description

Definition at line 36 of file JITLoaderGDB.h.

Member Data Documentation

action_flag

uint32_t jit_descriptor::action_flag

Definition at line 40 of file JITLoaderGDB.h.

first_entry

struct jit_code_entry * jit_descriptor::first_entry

Definition at line 42 of file JITLoaderGDB.h.

relevant_entry

struct jit_code_entry * jit_descriptor::relevant_entry

Definition at line 41 of file JITLoaderGDB.h.

version

uint32_t jit_descriptor::version

Definition at line 37 of file JITLoaderGDB.h.


The documentation for this struct was generated from the following files: