LLVMCreateStringAttribute

Create a string attribute.

extern (C) nothrow
LLVMAttributeRef
LLVMCreateStringAttribute
(
LLVMContextRef C
,
const(char)* K
,
uint KLength
,
const(char)* V
,
uint VLength
)

Meta