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

An element type for a JITDylib search order. More...

#include "llvm-c/Orc.h"

Public Attributes

LLVMOrcJITDylibRef JD
 
LLVMOrcJITDylibLookupFlags JDLookupFlags
 

Detailed Description

An element type for a JITDylib search order.

Definition at line 218 of file Orc.h.

Member Data Documentation

◆ JD

LLVMOrcJITDylibRef LLVMOrcCJITDylibSearchOrderElement::JD

Definition at line 219 of file Orc.h.

◆ JDLookupFlags

LLVMOrcJITDylibLookupFlags LLVMOrcCJITDylibSearchOrderElement::JDLookupFlags

Definition at line 220 of file Orc.h.


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