Delegate LLVMMemoryManagerAllocateDataSectionCallback
TODO: Provide summary for Delegate LLVMMemoryManagerAllocateDataSectionCallback
Namespace: Llvm.NET.Interop
Assembly: Llvm.NET.dll
Syntax
public delegate byte *LLVMMemoryManagerAllocateDataSectionCallback(IntPtr Opaque, UIntPtr Size, uint Alignment, uint SectionID, string SectionName, bool IsReadOnly);
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 |
Boolean
IsReadOnly
TODO: Provide details of parameter IsReadOnly |
Returns
Byte*
TODO: Document return value |
Constructors
LLVMMemoryManagerAllocateDataSectionCallback(Object, IntPtr) |
Methods
BeginInvoke(IntPtr, UIntPtr, UInt32, UInt32, String, Boolean, AsyncCallback, Object) | |
EndInvoke(IAsyncResult) | |
Invoke(IntPtr, UIntPtr, UInt32, UInt32, String, Boolean) |