Package org.lwjgl.llvm
Class LLVMSupport.Functions
java.lang.Object
org.lwjgl.llvm.LLVMSupport.Functions
- Enclosing class:
LLVMSupport
Contains the function pointers loaded from
LLVMCore.getLibrary()
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address. -
Method Summary
-
Field Details
-
LoadLibraryPermanently
public static final long LoadLibraryPermanentlyFunction address. -
ParseCommandLineOptions
public static final long ParseCommandLineOptionsFunction address. -
SearchForAddressOfSymbol
public static final long SearchForAddressOfSymbolFunction address. -
AddSymbol
public static final long AddSymbolFunction address.
-