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

Represents a list of LLVMOrcSymbolStringPoolEntryRef and the associated length. More...

#include "llvm-c/Orc.h"

Public Attributes

LLVMOrcSymbolStringPoolEntryRefSymbols
 
size_t Length
 

Detailed Description

Represents a list of LLVMOrcSymbolStringPoolEntryRef and the associated length.

Definition at line 165 of file Orc.h.

Member Data Documentation

◆ Length

size_t LLVMOrcCSymbolsList::Length

Definition at line 167 of file Orc.h.

Referenced by LLVMOrcLazyCallThroughManagerRef::toSymbolDependenceMap().

◆ Symbols

LLVMOrcSymbolStringPoolEntryRef* LLVMOrcCSymbolsList::Symbols

Definition at line 166 of file Orc.h.

Referenced by LLVMOrcLazyCallThroughManagerRef::toSymbolDependenceMap().


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