Package org.lwjgl.llvm
Class LLVMAnalysis.Functions
java.lang.Object
org.lwjgl.llvm.LLVMAnalysis.Functions
- Enclosing class:
LLVMAnalysis
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
-
VerifyModule
public static final long VerifyModuleFunction address. -
VerifyFunction
public static final long VerifyFunctionFunction address. -
ViewFunctionCFG
public static final long ViewFunctionCFGFunction address. -
ViewFunctionCFGOnly
public static final long ViewFunctionCFGOnlyFunction address.
-