Lines Matching full:pal
1443 const AttributeSet PAL = Func->getAttributes();
1446 PAL.addAttributes(Func->getContext(), AttributeSet::FunctionIndex,
1466 const AttributeSet PAL = Func->getAttributes();
1469 PAL.removeAttributes(Func->getContext(), AttributeSet::FunctionIndex,
1477 const AttributeSet PAL = Func->getAttributes();
1478 return (LLVMAttribute)PAL.Raw(AttributeSet::FunctionIndex);