Home | History | Annotate | Download | only in IR

Lines Matching defs: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);