Delegate LLVMMemoryManagerAllocateCodeSectionCallback
TODO: Provide summary for Delegate LLVMMemoryManagerAllocateCodeSectionCallback
Namespace: Llvm.NET.Interop
Assembly: Llvm.NET.dll
Syntax
public delegate byte *LLVMMemoryManagerAllocateCodeSectionCallback(IntPtr Opaque, UIntPtr Size, uint Alignment, uint SectionID, string SectionName);
Parameters
IntPtr
Opaque
TODO: Provide details of parameter Opaque |
UIntPtr
Size
TODO: Provide details of parameter Size |
UInt32
Alignment
TODO: Provide details of parameter Alignment |
UInt32
SectionID
TODO: Provide details of parameter SectionID |
String
SectionName
TODO: Provide details of parameter SectionName |
Returns
Byte*
TODO: Document return value |
Constructors
LLVMMemoryManagerAllocateCodeSectionCallback(Object, IntPtr) |
Methods
BeginInvoke(IntPtr, UIntPtr, UInt32, UInt32, String, AsyncCallback, Object) | |
EndInvoke(IAsyncResult) | |
Invoke(IntPtr, UIntPtr, UInt32, UInt32, String) |