Lines Matching refs:AttributeSet
273 GV->setAttributes(AttributeSet::get(Context,Attrs)); in validateEndOfModule()
1496 GV->setAttributes(AttributeSet::get(Context, Attrs)); in parseGlobal()
3052 ArgLoc, V, AttributeSet::get(V->getContext(), ArgAttrs))); in parseParameterList()
3288 AttributeSet::get(ArgTy->getContext(), Attrs), in parseArgumentList()
6426 SmallVector<AttributeSet, 8> Attrs; in parseFunctionHeader()
6434 AttributeList::get(Context, AttributeSet::get(Context, FuncAttrs), in parseFunctionHeader()
6435 AttributeSet::get(Context, RetAttrs), Attrs); in parseFunctionHeader()
7328 SmallVector<AttributeSet, 8> ArgAttrs; in parseInvoke()
7354 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs), in parseInvoke()
7355 AttributeSet::get(Context, RetAttrs), ArgAttrs); in parseInvoke()
7641 SmallVector<AttributeSet, 8> ArgAttrs; in parseCallBr()
7667 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs), in parseCallBr()
7668 AttributeSet::get(Context, RetAttrs), ArgAttrs); in parseCallBr()
8034 SmallVector<AttributeSet, 8> Attrs; in parseCall()
8062 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs), in parseCall()
8063 AttributeSet::get(Context, RetAttrs), Attrs); in parseCall()