LLVMAddAttributeAtIndex

Function LLVMAddAttributeAtIndex 

Source
pub unsafe extern "C" fn LLVMAddAttributeAtIndex(
    F: LLVMValueRef,
    Idx: LLVMAttributeIndex,
    A: LLVMAttributeRef,
)
Expand description

Add an attribute to a function.

@see llvm::Function::addAttribute()