Method LLVMGetStringAttributeAtIndex
LLVMGetStringAttributeAtIndex(LLVMValueRef, LLVMAttributeIndex, String, UInt32)
TODO: Provide summary for Function LLVMGetStringAttributeAtIndex
Declaration
public static LLVMAttributeRef LLVMGetStringAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, string K, uint KLen)
Parameters
public static LLVMAttributeRef LLVMGetStringAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, string K, uint KLen)
LLVMValueRef | F | TODO: Provide details of parameter F |
LLVMAttributeIndex | Idx | TODO: Provide details of parameter Idx |
String | K | TODO: Provide details of parameter K |
UInt32 | KLen | TODO: Provide details of parameter KLen |
Returns
LLVMAttributeRef | TODO: Document return value |