Lines Matching refs:AttributeSet

156                             AttributeSet::get(Context, FnAttrs));  in validateEndOfModule()
164 AttributeSet::get(Context, FnAttrs)); in validateEndOfModule()
172 AttributeSet::get(Context, FnAttrs)); in validateEndOfModule()
180 AttributeSet::get(Context, FnAttrs)); in validateEndOfModule()
185 GV->setAttributes(AttributeSet::get(Context,Attrs)); in validateEndOfModule()
1211 GV->setAttributes(AttributeSet::get(Context, Attrs)); in parseGlobal()
2389 ArgLoc, V, AttributeSet::get(V->getContext(), ArgAttrs))); in parseParameterList()
2520 AttributeSet::get(ArgTy->getContext(), Attrs), in parseArgumentList()
2556 AttributeSet::get(ArgTy->getContext(), Attrs), in parseArgumentList()
5563 SmallVector<AttributeSet, 8> Attrs; in parseFunctionHeader()
5571 AttributeList::get(Context, AttributeSet::get(Context, FuncAttrs), in parseFunctionHeader()
5572 AttributeSet::get(Context, RetAttrs), Attrs); in parseFunctionHeader()
6295 SmallVector<AttributeSet, 8> ArgAttrs; in parseInvoke()
6324 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs), in parseInvoke()
6325 AttributeSet::get(Context, RetAttrs), ArgAttrs); in parseInvoke()
6621 SmallVector<AttributeSet, 8> ArgAttrs; in parseCallBr()
6650 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs), in parseCallBr()
6651 AttributeSet::get(Context, RetAttrs), ArgAttrs); in parseCallBr()
7026 SmallVector<AttributeSet, 8> Attrs; in parseCall()
7057 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs), in parseCall()
7058 AttributeSet::get(Context, RetAttrs), Attrs); in parseCall()