LLVM 22.0.0git
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 29 of file JITLoaderGDB.h.

Member Data Documentation

◆ next_entry

struct jit_code_entry * jit_code_entry::next_entry

Definition at line 30 of file JITLoaderGDB.h.

◆ prev_entry

struct jit_code_entry * jit_code_entry::prev_entry

Definition at line 31 of file JITLoaderGDB.h.

Referenced by appendJITDebugDescriptor().

◆ symfile_addr

const char * jit_code_entry::symfile_addr

Definition at line 32 of file JITLoaderGDB.h.

◆ symfile_size

uint64_t jit_code_entry::symfile_size

Definition at line 33 of file JITLoaderGDB.h.


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