LLVM 22.0.0git
|
Functions | |
LLVM_C_ABI LLVMErrorRef | LLVMOrcLLJITEnableDebugSupport (LLVMOrcLLJITRef J) |
Install the plugin that submits debug objects to the executor. |
LLVM_C_ABI LLVMErrorRef LLVMOrcLLJITEnableDebugSupport | ( | LLVMOrcLLJITRef | J | ) |
Install the plugin that submits debug objects to the executor.
Executors must expose the llvm_orc_registerJITLoaderGDBWrapper symbol.
Definition at line 20 of file LLJITUtilsCBindings.cpp.
References llvm::orc::enableDebuggerSupport(), LLVMOrcLLJITEnableDebugSupport(), llvm::unwrap(), and llvm::wrap().
Referenced by LLVMOrcLLJITEnableDebugSupport().