Lines Matching full:getcontext
280 AttributesVec.push_back(AttributeSet::get(Fn.getContext(),
282 PAL = AttributeSet::get(Fn.getContext(), AttributesVec);
744 NRetTy = StructType::get(STy->getContext(), RetTypes, STy->isPacked());
751 NRetTy = Type::getVoidTy(F->getContext());
765 AttributeSet::get(NRetTy->getContext(), AttributeSet::ReturnIndex,
778 AttributesVec.push_back(AttributeSet::get(NRetTy->getContext(), RAttrs));
798 push_back(AttributeSet::get(F->getContext(), Params.size(), B));
808 AttributesVec.push_back(AttributeSet::get(F->getContext(),
812 AttributeSet NewPAL = AttributeSet::get(F->getContext(), AttributesVec);
846 AttributeSet::get(NF->getContext(), AttributeSet::ReturnIndex,
853 AttributesVec.push_back(AttributeSet::get(NF->getContext(), RAttrs));
868 push_back(AttributeSet::get(F->getContext(), Args.size(), B));
878 push_back(AttributeSet::get(F->getContext(), Args.size(), B));
883 AttributesVec.push_back(AttributeSet::get(Call->getContext(),
887 AttributeSet NewCallPAL = AttributeSet::get(F->getContext(), AttributesVec);
1020 ReturnInst::Create(F->getContext(), RetVal, RI);