Method LLVMCreateStringAttribute
LLVMCreateStringAttribute(LLVMContextRef, String, UInt32, String, UInt32)
TODO: Provide summary for Function LLVMCreateStringAttribute
Declaration
public static LLVMAttributeRef LLVMCreateStringAttribute(LLVMContextRef C, string K, uint KLength, string V, uint VLength)
Parameters
public static LLVMAttributeRef LLVMCreateStringAttribute(LLVMContextRef C, string K, uint KLength, string V, uint VLength)
LLVMContextRef | C | TODO: Provide details of parameter C |
String | K | TODO: Provide details of parameter K |
UInt32 | KLength | TODO: Provide details of parameter KLength |
String | V | TODO: Provide details of parameter V |
UInt32 | VLength | TODO: Provide details of parameter VLength |
Returns
LLVMAttributeRef | TODO: Document return value |