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

Represents a pair of a symbol name and an evaluated symbol. More...

#include "llvm-c/Orc.h"

Public Attributes

LLVMOrcSymbolStringPoolEntryRef Name
 
LLVMJITEvaluatedSymbol Sym
 

Detailed Description

Represents a pair of a symbol name and an evaluated symbol.

Definition at line 123 of file Orc.h.

Member Data Documentation

◆ Name

LLVMOrcSymbolStringPoolEntryRef LLVMOrcCSymbolMapPair::Name

Definition at line 124 of file Orc.h.

◆ Sym

LLVMJITEvaluatedSymbol LLVMOrcCSymbolMapPair::Sym

Definition at line 125 of file Orc.h.


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