LLVM 20.0.0git
|
#include "llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h"
Public Attributes | |
uint32_t | version |
uint32_t | action_flag |
struct jit_code_entry * | relevant_entry |
struct jit_code_entry * | first_entry |
Definition at line 35 of file JITLoaderGDB.h.
uint32_t jit_descriptor::action_flag |
Definition at line 39 of file JITLoaderGDB.h.
Referenced by appendJITDebugDescriptor().
struct jit_code_entry * jit_descriptor::first_entry |
Definition at line 41 of file JITLoaderGDB.h.
Referenced by appendJITDebugDescriptor().
struct jit_code_entry * jit_descriptor::relevant_entry |
Definition at line 40 of file JITLoaderGDB.h.
Referenced by appendJITDebugDescriptor().
uint32_t jit_descriptor::version |
Definition at line 36 of file JITLoaderGDB.h.