LLVM: LLVMOrcCSymbolsList Struct Reference (original) (raw)

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

#include "[llvm-c/Orc.h](Orc%5F8h%5Fsource.html)"

Public Attributes
LLVMOrcSymbolStringPoolEntryRef * Symbols
size_t Length

Detailed Description

Represents a list of LLVMOrcSymbolStringPoolEntryRef and the associated length.

Definition at line 166 of file Orc.h.

Member Data Documentation

Length

size_t LLVMOrcCSymbolsList::Length

Definition at line 168 of file Orc.h.

Referenced by LLVMOrcLazyCallThroughManagerRef::toSymbolDependenceMap().

Symbols

LLVMOrcSymbolStringPoolEntryRef* LLVMOrcCSymbolsList::Symbols

Definition at line 167 of file Orc.h.

Referenced by LLVMOrcLazyCallThroughManagerRef::toSymbolDependenceMap().


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