Method LLVMBuildGlobalString
LLVMBuildGlobalString(LLVMBuilderRef, String, String)
TODO: Provide summary for Function LLVMBuildGlobalString
Declaration
public static LLVMValueRef LLVMBuildGlobalString(LLVMBuilderRef B, string Str, string Name)
Parameters
public static LLVMValueRef LLVMBuildGlobalString(LLVMBuilderRef B, string Str, string Name)
LLVMBuilderRef | B | TODO: Provide details of parameter B |
String | Str | TODO: Provide details of parameter Str |
String | Name | TODO: Provide details of parameter Name |
Returns
LLVMValueRef | TODO: Document return value |