LLVM 19.0.0git
Public Attributes | List of all members
jit_code_entry Struct Reference

#include "llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h"

Public Attributes

struct jit_code_entrynext_entry
 
struct jit_code_entryprev_entry
 
const charsymfile_addr
 
uint64_t symfile_size
 

Detailed Description

Definition at line 28 of file JITLoaderGDB.h.

Member Data Documentation

◆ next_entry

struct jit_code_entry * jit_code_entry::next_entry

Definition at line 29 of file JITLoaderGDB.h.

Referenced by appendJITDebugDescriptor().

◆ prev_entry

struct jit_code_entry * jit_code_entry::prev_entry

Definition at line 30 of file JITLoaderGDB.h.

Referenced by appendJITDebugDescriptor().

◆ symfile_addr

const char * jit_code_entry::symfile_addr

Definition at line 31 of file JITLoaderGDB.h.

Referenced by appendJITDebugDescriptor().

◆ symfile_size

uint64_t jit_code_entry::symfile_size

Definition at line 32 of file JITLoaderGDB.h.


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