Lines Matching full:getcontext
197 AttributeSet::get(Parent->getContext(),
207 AttributeSet::get(Parent->getContext(),
223 LLVMContext &Function::getContext() const {
224 return getType()->getContext();
270 setAttributes(Intrinsic::getAttributes(getContext(), IntID));
341 PAL = PAL.addAttribute(getContext(), i, attr);
347 PAL = PAL.addAttributes(getContext(), i, attrs);
353 PAL = PAL.removeAttributes(getContext(), i, attrs);
359 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes);
365 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes);
883 getType(M->getContext(), id, Tys)));
981 auto *CPN = ConstantPointerNull::get(Type::getInt1PtrTy(getContext(), 0));
1003 MDBuilder MDB(getContext());