Lines Matching refs:AttributeSet
263 GV->setAttributes(AttributeSet::get(Context,Attrs)); in validateEndOfModule()
1484 GV->setAttributes(AttributeSet::get(Context, Attrs)); in parseGlobal()
3084 ArgLoc, V, AttributeSet::get(V->getContext(), ArgAttrs))); in parseParameterList()
3385 AttributeSet::get(ArgTy->getContext(), Attrs), in parseArgumentList()
6728 SmallVector<AttributeSet, 8> Attrs; in parseFunctionHeader()
6736 AttributeList::get(Context, AttributeSet::get(Context, FuncAttrs), in parseFunctionHeader()
6737 AttributeSet::get(Context, RetAttrs), Attrs); in parseFunctionHeader()
7642 SmallVector<AttributeSet, 8> ArgAttrs; in parseInvoke()
7668 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs), in parseInvoke()
7669 AttributeSet::get(Context, RetAttrs), ArgAttrs); in parseInvoke()
7956 SmallVector<AttributeSet, 8> ArgAttrs; in parseCallBr()
7982 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs), in parseCallBr()
7983 AttributeSet::get(Context, RetAttrs), ArgAttrs); in parseCallBr()
8347 SmallVector<AttributeSet, 8> Attrs; in parseCall()
8375 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs), in parseCall()
8376 AttributeSet::get(Context, RetAttrs), Attrs); in parseCall()