LLVM 20.0.0git
|
#include "llvm-c/Error.h"
#include "llvm-c/ExecutionEngine.h"
#include "llvm-c/Orc.h"
#include "llvm-c/TargetMachine.h"
#include "llvm-c/Types.h"
Go to the source code of this file.
Typedefs | |
typedef void(* | LLVMMemoryManagerNotifyTerminatingCallback) (void *CtxCtx) |
Variables | |
LLVM_C_EXTERN_C_BEGIN typedef void *(* | LLVMMemoryManagerCreateContextCallback )(void *CtxCtx) |
typedef void(* LLVMMemoryManagerNotifyTerminatingCallback) (void *CtxCtx) |
LLVM_C_EXTERN_C_BEGIN typedef void *(* LLVMMemoryManagerCreateContextCallback) (void *CtxCtx) | ( | void * | CtxCtx | ) |
Definition at line 35 of file OrcEE.h.
Referenced by LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks().