Project Alice
Loading...
Searching...
No Matches
LLVMOrcCSymbolFlagsMapPair Struct Reference

#include <Orc.h>

Collaboration diagram for LLVMOrcCSymbolFlagsMapPair:

Public Attributes

LLVMOrcSymbolStringPoolEntryRef Name
 
LLVMJITSymbolFlags Flags
 

Detailed Description

Represents a pair of a symbol name and LLVMJITSymbolFlags.

Definition at line 109 of file Orc.h.

Member Data Documentation

◆ Flags

LLVMJITSymbolFlags LLVMOrcCSymbolFlagsMapPair::Flags

Definition at line 111 of file Orc.h.

◆ Name

LLVMOrcSymbolStringPoolEntryRef LLVMOrcCSymbolFlagsMapPair::Name

Definition at line 110 of file Orc.h.


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