Home
last modified time | relevance | path

Searched refs:RemoveFunctionAttr (Results 1 – 2 of 2) sorted by relevance

/external/llvm/bindings/go/llvm/
Dir_test.go39 fn.RemoveFunctionAttr(attr)
Dir.go1047 func (v Value) RemoveFunctionAttr(a Attribute) { C.LLVMRemoveFunctionAttr2(v.C, C.uint64_t(a)) } func