Method LLVMConstIntOfStringAndSize
LLVMConstIntOfStringAndSize(LLVMTypeRef, String, UInt32, Byte)
TODO: Provide summary for Function LLVMConstIntOfStringAndSize
Declaration
public static LLVMValueRef LLVMConstIntOfStringAndSize(LLVMTypeRef IntTy, string Text, uint SLen, byte Radix)
Parameters
public static LLVMValueRef LLVMConstIntOfStringAndSize(LLVMTypeRef IntTy, string Text, uint SLen, byte Radix)
LLVMTypeRef | IntTy | TODO: Provide details of parameter IntTy |
String | Text | TODO: Provide details of parameter Text |
UInt32 | SLen | TODO: Provide details of parameter SLen |
Byte | Radix | TODO: Provide details of parameter Radix |
Returns
LLVMValueRef | TODO: Document return value |