Lines Matching refs:AttributeSet
149 AttributeSet::get(Context, FnAttrs)); in ValidateEndOfModule()
157 AttributeSet::get(Context, FnAttrs)); in ValidateEndOfModule()
165 AttributeSet::get(Context, FnAttrs)); in ValidateEndOfModule()
170 GV->setAttributes(AttributeSet::get(Context,Attrs)); in ValidateEndOfModule()
1111 GV->setAttributes(AttributeSet::get(Context, Attrs)); in ParseGlobal()
2409 ArgLoc, V, AttributeSet::get(V->getContext(), ArgAttrs))); in ParseParameterList()
2515 AttributeSet::get(ArgTy->getContext(), Attrs), in ParseArgumentList()
2543 AttributeSet::get(ArgTy->getContext(), Attrs), in ParseArgumentList()
5282 SmallVector<AttributeSet, 8> Attrs; in ParseFunctionHeader()
5290 AttributeList::get(Context, AttributeSet::get(Context, FuncAttrs), in ParseFunctionHeader()
5291 AttributeSet::get(Context, RetAttrs), Attrs); in ParseFunctionHeader()
5922 SmallVector<AttributeSet, 8> ArgAttrs; in ParseInvoke()
5951 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs), in ParseInvoke()
5952 AttributeSet::get(Context, RetAttrs), ArgAttrs); in ParseInvoke()
6552 SmallVector<AttributeSet, 8> Attrs; in ParseCall()
6583 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs), in ParseCall()
6584 AttributeSet::get(Context, RetAttrs), Attrs); in ParseCall()