LLVM 17.0.0git
Public Attributes | List of all members
LLVMOrcCLookupSetElement Struct Reference

An element type for a symbol lookup set. More...

#include "llvm-c/Orc.h"

Collaboration diagram for LLVMOrcCLookupSetElement:
Collaboration graph
[legend]

Public Attributes

LLVMOrcSymbolStringPoolEntryRef Name
 
LLVMOrcSymbolLookupFlags LookupFlags
 

Detailed Description

An element type for a symbol lookup set.

Definition at line 234 of file Orc.h.

Member Data Documentation

◆ LookupFlags

LLVMOrcSymbolLookupFlags LLVMOrcCLookupSetElement::LookupFlags

Definition at line 236 of file Orc.h.

◆ Name

LLVMOrcSymbolStringPoolEntryRef LLVMOrcCLookupSetElement::Name

Definition at line 235 of file Orc.h.


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