LLVM 20.0.0git
|
#include "llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h"
Public Attributes | |
struct jit_code_entry * | next_entry |
struct jit_code_entry * | prev_entry |
const char * | symfile_addr |
uint64_t | symfile_size |
Definition at line 28 of file JITLoaderGDB.h.
struct jit_code_entry * jit_code_entry::next_entry |
Definition at line 29 of file JITLoaderGDB.h.
Referenced by appendJITDebugDescriptor().
struct jit_code_entry * jit_code_entry::prev_entry |
Definition at line 30 of file JITLoaderGDB.h.
Referenced by appendJITDebugDescriptor().
Definition at line 31 of file JITLoaderGDB.h.
Referenced by appendJITDebugDescriptor().
uint64_t jit_code_entry::symfile_size |
Definition at line 32 of file JITLoaderGDB.h.