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

Member Data Documentation

◆ action_flag

uint32_t jit_descriptor::action_flag

Definition at line 40 of file JITLoaderGDB.h.

◆ first_entry

struct jit_code_entry * jit_descriptor::first_entry

Definition at line 42 of file JITLoaderGDB.h.

◆ relevant_entry

struct jit_code_entry * jit_descriptor::relevant_entry

Definition at line 41 of file JITLoaderGDB.h.

◆ version

uint32_t jit_descriptor::version

Definition at line 37 of file JITLoaderGDB.h.


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