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