LLVM 22.0.0git
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 124 of file Orc.h.

Member Data Documentation

◆ Name

LLVMOrcSymbolStringPoolEntryRef LLVMOrcCSymbolMapPair::Name

Definition at line 125 of file Orc.h.

◆ Sym

LLVMJITEvaluatedSymbol LLVMOrcCSymbolMapPair::Sym

Definition at line 126 of file Orc.h.


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