Searched refs:LLVMRemoveFunctionAttr2 (Results 1 – 3 of 3) sorted by relevance
38 void LLVMRemoveFunctionAttr2(LLVMValueRef Fn, uint64_t PA);
41 void LLVMRemoveFunctionAttr2(LLVMValueRef Fn, uint64_t PA) { in LLVMRemoveFunctionAttr2() function
1047 func (v Value) RemoveFunctionAttr(a Attribute) { C.LLVMRemoveFunctionAttr2(v.C, C.uint64_t(a)) }