Method LLVMDisasmInstruction
LLVMDisasmInstruction(LLVMDisasmContextRef, IntPtr, UInt64, UInt64, ref StringBuilder, size_t)
TODO: Provide summary for Function LLVMDisasmInstruction
Declaration
public static size_t LLVMDisasmInstruction(LLVMDisasmContextRef DC, IntPtr Bytes, ulong BytesSize, ulong PC, ref StringBuilder OutString, size_t OutStringSize)
Parameters
public static size_t LLVMDisasmInstruction(LLVMDisasmContextRef DC, IntPtr Bytes, ulong BytesSize, ulong PC, ref StringBuilder OutString, size_t OutStringSize)
LLVMDisasmContextRef | DC | TODO: Provide details of parameter DC |
IntPtr | Bytes | TODO: Provide details of parameter Bytes |
UInt64 | BytesSize | TODO: Provide details of parameter BytesSize |
UInt64 | PC | TODO: Provide details of parameter PC |
StringBuilder | OutString | TODO: Provide details of parameter OutString |
size_t | OutStringSize | TODO: Provide details of parameter OutStringSize |
Returns
size_t | TODO: Document return value |