Home
last modified time | relevance | path

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

/external/llvm/bindings/go/llvm/
DIRBindings.cpp28 const AttributeSet PALnew = in LLVMAddFunctionAttr2() local
32 Func->setAttributes(PALnew); in LLVMAddFunctionAttr2()
45 const AttributeSet PALnew = in LLVMRemoveFunctionAttr2() local
49 Func->setAttributes(PALnew); in LLVMRemoveFunctionAttr2()
/external/llvm/lib/IR/
DCore.cpp1835 const AttributeSet PALnew = in LLVMAddFunctionAttr() local
1839 Func->setAttributes(PALnew); in LLVMAddFunctionAttr()
1886 const AttributeSet PALnew = in LLVMRemoveFunctionAttr() local
1890 Func->setAttributes(PALnew); in LLVMRemoveFunctionAttr()