ΒΆLLVMAttributeRef LLVMCreateStringAttribute(
LLVMContextRef C,
const char* K,
unsigned int KLength,
const char* V,
unsigned int VLength)
LLVMAttributeRef LLVMCreateStringAttribute(
LLVMContextRef C,
const char* K,
unsigned int KLength,
const char* V,
unsigned int VLength)
Description
Create a string attribute.
Declared at: llvm/include/llvm-c/Core.h:606
Parameters
- LLVMContextRef C
- const char* K
- unsigned int KLength
- const char* V
- unsigned int VLength