Package org.lwjgl.llvm
Class LLVMLLJITUtils
java.lang.Object
org.lwjgl.llvm.LLVMLLJITUtils
Requires LLVM 18.0 or higher.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classContains the function pointers loaded fromLLVMCore.getLibrary(). -
Method Summary
Modifier and TypeMethodDescriptionstatic longLLVMOrcLLJITEnableDebugSupport(long J) Install the plugin that submits debug objects to the executor.
-
Method Details
-
LLVMOrcLLJITEnableDebugSupport
public static long LLVMOrcLLJITEnableDebugSupport(long J) Install the plugin that submits debug objects to the executor. Executors must expose thellvm_orc_registerJITLoaderGDBWrappersymbol.- Since:
- 18
-