Home | History | Annotate | Download | only in IR

Lines Matching defs:PAL

1390   const AttributeSet PAL = Func->getAttributes();
1393 PAL.addAttributes(Func->getContext(), AttributeSet::FunctionIndex,
1401 const AttributeSet PAL = Func->getAttributes();
1404 PAL.removeAttributes(Func->getContext(), AttributeSet::FunctionIndex,
1412 const AttributeSet PAL = Func->getAttributes();
1413 return (LLVMAttribute)PAL.Raw(AttributeSet::FunctionIndex);