LLVM 19.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"

Public Attributes

LLVMOrcSymbolStringPoolEntryRef Name
 
LLVMOrcSymbolLookupFlags LookupFlags
 

Detailed Description

An element type for a symbol lookup set.

Definition at line 243 of file Orc.h.

Member Data Documentation

◆ LookupFlags

LLVMOrcSymbolLookupFlags LLVMOrcCLookupSetElement::LookupFlags

Definition at line 245 of file Orc.h.

◆ Name

LLVMOrcSymbolStringPoolEntryRef LLVMOrcCLookupSetElement::Name

Definition at line 244 of file Orc.h.


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