Home | History | Annotate | Download | only in IR

Lines Matching defs:PAL

1833   const AttributeSet PAL = Func->getAttributes();
1836 PAL.addAttributes(Func->getContext(), AttributeSet::FunctionIndex,
1884 const AttributeSet PAL = Func->getAttributes();
1887 PAL.removeAttributes(Func->getContext(), AttributeSet::FunctionIndex,
1895 const AttributeSet PAL = Func->getAttributes();
1896 return (LLVMAttribute)PAL.Raw(AttributeSet::FunctionIndex);