C API conversion helpers for RTDyldMemoryManager / LLVMMCJITMemoryManagerRef, including unwrap and wrap.
Synopsis
Declared in <llvm/ExecutionEngine/RTDyldMemoryManager.h>
LLVMMCJITMemoryManagerRef
wrap(RTDyldMemoryManager const* P);
Return Value
The corresponding C++ pointer or C API reference.
Parameters
Name |
Description |
P |
Value to convert between the C++ type and the C API reference. |
Created with MrDocs