ΒΆLLVMErrorRef LLVMOrcLLJITLookup(
    LLVMOrcLLJITRef J,
    LLVMOrcExecutorAddress* Result,
    const char* Name)

Description

Look up the given symbol in the main JITDylib of the given LLJIT instance. This operation does not take ownership of the Name argument.

Declared at: llvm/include/llvm-c/LLJIT.h:217

Parameters

LLVMOrcLLJITRef J
LLVMOrcExecutorAddress* Result
const char* Name