pub unsafe extern "C" fn LLVMAddAttributeAtIndex(
F: LLVMValueRef,
Idx: LLVMAttributeIndex,
A: LLVMAttributeRef,
)Expand description
Add an attribute to a function.
@see llvm::Function::addAttribute()
pub unsafe extern "C" fn LLVMAddAttributeAtIndex(
F: LLVMValueRef,
Idx: LLVMAttributeIndex,
A: LLVMAttributeRef,
)Add an attribute to a function.
@see llvm::Function::addAttribute()