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

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

Public Attributes

uint32_t version
 
uint32_t action_flag
 
struct jit_code_entryrelevant_entry
 
struct jit_code_entryfirst_entry
 

Detailed Description

Definition at line 35 of file JITLoaderGDB.h.

Member Data Documentation

◆ action_flag

uint32_t jit_descriptor::action_flag

Definition at line 39 of file JITLoaderGDB.h.

Referenced by appendJITDebugDescriptor().

◆ first_entry

struct jit_code_entry * jit_descriptor::first_entry

Definition at line 41 of file JITLoaderGDB.h.

Referenced by appendJITDebugDescriptor().

◆ relevant_entry

struct jit_code_entry * jit_descriptor::relevant_entry

Definition at line 40 of file JITLoaderGDB.h.

Referenced by appendJITDebugDescriptor().

◆ version

uint32_t jit_descriptor::version

Definition at line 36 of file JITLoaderGDB.h.


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