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

Represents an evaluated symbol address and flags. More...

#include "llvm-c/Orc.h"

Public Attributes

LLVMOrcExecutorAddress Address
 
LLVMJITSymbolFlags Flags
 

Detailed Description

Represents an evaluated symbol address and flags.

Definition at line 80 of file Orc.h.

Member Data Documentation

◆ Address

LLVMOrcExecutorAddress LLVMJITEvaluatedSymbol::Address

Definition at line 81 of file Orc.h.

◆ Flags

LLVMJITSymbolFlags LLVMJITEvaluatedSymbol::Flags

Definition at line 82 of file Orc.h.


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