Delegate LLVMOpInfoCallback
TODO: Provide summary for Delegate LLVMOpInfoCallback
Namespace: Llvm.NET.Interop
Assembly: Llvm.NET.dll
Syntax
public delegate int LLVMOpInfoCallback(IntPtr DisInfo, ulong PC, ulong Offset, ulong Size, int TagType, IntPtr TagBuf);
Parameters
IntPtr
DisInfo
TODO: Provide details of parameter DisInfo |
UInt64
PC
TODO: Provide details of parameter PC |
UInt64
Offset
TODO: Provide details of parameter Offset |
UInt64
Size
TODO: Provide details of parameter Size |
Int32
TagType
TODO: Provide details of parameter TagType |
IntPtr
TagBuf
TODO: Provide details of parameter TagBuf |
Returns
Int32
TODO: Document return value |
Constructors
LLVMOpInfoCallback(Object, IntPtr) |
Methods
BeginInvoke(IntPtr, UInt64, UInt64, UInt64, Int32, IntPtr, AsyncCallback, Object) | |
EndInvoke(IAsyncResult) | |
Invoke(IntPtr, UInt64, UInt64, UInt64, Int32, IntPtr) |