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

Represents a pair of a JITDylib and LLVMOrcCSymbolsList. More...

#include "llvm-c/Orc.h"

Public Attributes

LLVMOrcJITDylibRef JD
 
LLVMOrcCSymbolsList Names
 

Detailed Description

Represents a pair of a JITDylib and LLVMOrcCSymbolsList.

Definition at line 173 of file Orc.h.

Member Data Documentation

◆ JD

LLVMOrcJITDylibRef LLVMOrcCDependenceMapPair::JD

Definition at line 174 of file Orc.h.

◆ Names

LLVMOrcCSymbolsList LLVMOrcCDependenceMapPair::Names

Definition at line 175 of file Orc.h.

Referenced by LLVMOrcLazyCallThroughManagerRef::toSymbolDependenceMap().


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