Searched refs:PALnew (Results 1 - 3 of 3) sorted by relevance

/external/llvm/bindings/go/llvm/
H A DIRBindings.cpp28 const AttributeSet PALnew = local
32 Func->setAttributes(PALnew);
45 const AttributeSet PALnew = local
49 Func->setAttributes(PALnew);
/external/llvm/lib/IR/
H A DCore.cpp1835 const AttributeSet PALnew = local
1839 Func->setAttributes(PALnew);
1886 const AttributeSet PALnew = local
1890 Func->setAttributes(PALnew);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DCore.cpp1340 const AttrListPtr PALnew = PAL.addAttr(~0U, PA); local
1341 Func->setAttributes(PALnew);
1347 const AttrListPtr PALnew = PAL.removeAttr(~0U, PA); local
1348 Func->setAttributes(PALnew);

Completed in 176 milliseconds