Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:AttrList

1674     llvm::AttrListPtr AttrList = CI->getAttributes();
1677 llvm::Attributes RAttrs = AttrList.getRetAttributes();
1697 if (llvm::Attributes PAttrs = AttrList.getParamAttributes(ArgNo + 1))
1703 if (llvm::Attributes FnAttrs = AttrList.getFnAttributes())