Method LLVMGetCallSiteStringAttribute
LLVMGetCallSiteStringAttribute(LLVMValueRef, LLVMAttributeIndex, String, UInt32)
TODO: Provide summary for Function LLVMGetCallSiteStringAttribute
Declaration
public static LLVMAttributeRef LLVMGetCallSiteStringAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, string K, uint KLen)
Parameters
public static LLVMAttributeRef LLVMGetCallSiteStringAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, string K, uint KLen)
LLVMValueRef | C | TODO: Provide details of parameter C |
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 |