Method LLVMBuildGlobalStringPtr
LLVMBuildGlobalStringPtr(LLVMBuilderRef, String, String)
TODO: Provide summary for Function LLVMBuildGlobalStringPtr
Declaration
public static LLVMValueRef LLVMBuildGlobalStringPtr(LLVMBuilderRef B, string Str, string Name)
Parameters
public static LLVMValueRef LLVMBuildGlobalStringPtr(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 |