Lines Matching refs:AttributeSet
240 GV->setAttributes(AttributeSet::get(Context,Attrs)); in validateEndOfModule()
1412 GV->setAttributes(AttributeSet::get(Context, Attrs)); in parseGlobal()
2940 ArgLoc, V, AttributeSet::get(V->getContext(), ArgAttrs))); in parseParameterList()
3089 AttributeSet::get(ArgTy->getContext(), Attrs), in parseArgumentList()
6137 SmallVector<AttributeSet, 8> Attrs; in parseFunctionHeader()
6145 AttributeList::get(Context, AttributeSet::get(Context, FuncAttrs), in parseFunctionHeader()
6146 AttributeSet::get(Context, RetAttrs), Attrs); in parseFunctionHeader()
6893 SmallVector<AttributeSet, 8> ArgAttrs; in parseInvoke()
6919 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs), in parseInvoke()
6920 AttributeSet::get(Context, RetAttrs), ArgAttrs); in parseInvoke()
7206 SmallVector<AttributeSet, 8> ArgAttrs; in parseCallBr()
7232 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs), in parseCallBr()
7233 AttributeSet::get(Context, RetAttrs), ArgAttrs); in parseCallBr()
7599 SmallVector<AttributeSet, 8> Attrs; in parseCall()
7627 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs), in parseCall()
7628 AttributeSet::get(Context, RetAttrs), Attrs); in parseCall()