Delegate LLVMSymbolLookupCallback
TODO: Provide summary for Delegate LLVMSymbolLookupCallback
Namespace: Llvm.NET.Interop
Assembly: Llvm.NET.dll
Syntax
public delegate IntPtr LLVMSymbolLookupCallback(IntPtr DisInfo, ulong ReferenceValue, out ulong ReferenceType, ulong ReferencePC, string[] ReferenceName);
Parameters
IntPtr
DisInfo
TODO: Provide details of parameter DisInfo |
UInt64
ReferenceValue
TODO: Provide details of parameter ReferenceValue |
UInt64
ReferenceType
TODO: Provide details of parameter ReferenceType |
UInt64
ReferencePC
TODO: Provide details of parameter ReferencePC |
String[]
ReferenceName
TODO: Provide details of parameter ReferenceName |
Returns
IntPtr
TODO: Document return value |
Constructors
LLVMSymbolLookupCallback(Object, IntPtr) |
Methods
BeginInvoke(IntPtr, UInt64, out UInt64, UInt64, String[], AsyncCallback, Object) | |
EndInvoke(out UInt64, IAsyncResult) | |
Invoke(IntPtr, UInt64, out UInt64, UInt64, String[]) |