Home
last modified time | relevance | path

Searched refs:LLVMRemoveFunctionAttr2 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/bindings/go/llvm/
DIRBindings.h38 void LLVMRemoveFunctionAttr2(LLVMValueRef Fn, uint64_t PA);
DIRBindings.cpp41 void LLVMRemoveFunctionAttr2(LLVMValueRef Fn, uint64_t PA) { in LLVMRemoveFunctionAttr2() function
Dir.go1047 func (v Value) RemoveFunctionAttr(a Attribute) { C.LLVMRemoveFunctionAttr2(v.C, C.uint64_t(a)) }