Lines Matching refs:AttributeSet
206 GV->setAttributes(AttributeSet::get(Context,Attrs)); in validateEndOfModule()
1288 GV->setAttributes(AttributeSet::get(Context, Attrs)); in parseGlobal()
2532 ArgLoc, V, AttributeSet::get(V->getContext(), ArgAttrs))); in parseParameterList()
2663 AttributeSet::get(ArgTy->getContext(), Attrs), in parseArgumentList()
2699 AttributeSet::get(ArgTy->getContext(), Attrs), in parseArgumentList()
5687 SmallVector<AttributeSet, 8> Attrs; in parseFunctionHeader()
5695 AttributeList::get(Context, AttributeSet::get(Context, FuncAttrs), in parseFunctionHeader()
5696 AttributeSet::get(Context, RetAttrs), Attrs); in parseFunctionHeader()
6418 SmallVector<AttributeSet, 8> ArgAttrs; in parseInvoke()
6447 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs), in parseInvoke()
6448 AttributeSet::get(Context, RetAttrs), ArgAttrs); in parseInvoke()
6743 SmallVector<AttributeSet, 8> ArgAttrs; in parseCallBr()
6772 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs), in parseCallBr()
6773 AttributeSet::get(Context, RetAttrs), ArgAttrs); in parseCallBr()
7148 SmallVector<AttributeSet, 8> Attrs; in parseCall()
7179 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs), in parseCall()
7180 AttributeSet::get(Context, RetAttrs), Attrs); in parseCall()