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

Represents a pair of a symbol name and SymbolAliasMapEntry. More...

#include "llvm-c/Orc.h"

Public Attributes

LLVMOrcSymbolStringPoolEntryRef Name
 
LLVMOrcCSymbolAliasMapEntry Entry
 

Detailed Description

Represents a pair of a symbol name and SymbolAliasMapEntry.

Definition at line 145 of file Orc.h.

Member Data Documentation

◆ Entry

LLVMOrcCSymbolAliasMapEntry LLVMOrcCSymbolAliasMapPair::Entry

Definition at line 147 of file Orc.h.

◆ Name

LLVMOrcSymbolStringPoolEntryRef LLVMOrcCSymbolAliasMapPair::Name

Definition at line 146 of file Orc.h.


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