LLVM 20.0.0git
|
Represents a list of LLVMOrcSymbolStringPoolEntryRef and the associated length. More...
#include "llvm-c/Orc.h"
Public Attributes | |
LLVMOrcSymbolStringPoolEntryRef * | Symbols |
size_t | Length |
Represents a list of LLVMOrcSymbolStringPoolEntryRef and the associated length.
size_t LLVMOrcCSymbolsList::Length |
Definition at line 167 of file Orc.h.
Referenced by LLVMOrcLazyCallThroughManagerRef::toSymbolDependenceMap().
LLVMOrcSymbolStringPoolEntryRef* LLVMOrcCSymbolsList::Symbols |
Definition at line 166 of file Orc.h.
Referenced by LLVMOrcLazyCallThroughManagerRef::toSymbolDependenceMap().