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

Represents a SymbolAliasMapEntry. More...

#include "llvm-c/Orc.h"

Public Attributes

LLVMOrcSymbolStringPoolEntryRef Name
 
LLVMJITSymbolFlags Flags
 

Detailed Description

Represents a SymbolAliasMapEntry.

Definition at line 137 of file Orc.h.

Member Data Documentation

◆ Flags

LLVMJITSymbolFlags LLVMOrcCSymbolAliasMapEntry::Flags

Definition at line 139 of file Orc.h.

◆ Name

LLVMOrcSymbolStringPoolEntryRef LLVMOrcCSymbolAliasMapEntry::Name

Definition at line 138 of file Orc.h.


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