Lines Matching full:getcontext
42 Builder(cgm, cgm.getModule().getContext(), llvm::ConstantFolder(),
114 return getContext().toCharUnitsFromBits(Align);
131 Alignment = getContext().getTypeAlignInChars(T);
138 !getContext().isAlignmentRequired(T))
148 return LValue::MakeAddr(Address(V, Alignment), T, getContext(), AlignSource,
516 CGM.getContext().getTargetAddressSpace(LangAS::opencl_global);
586 getContext());
750 getContext().getFunctionType(RetTy, ArgTypes,
917 ResTy = MD->getThisType(getContext());
919 ResTy = CGM.getContext().VoidPtrTy;
930 getContext(), Param->getDeclContext(), Param->getLocation(), NoID,
931 getContext().getSizeType());
1098 if (!Cond->EvaluateAsInt(Int, getContext()))
1330 CharUnits baseSize = CGF.getContext().getTypeSizeInChars(baseType);
1384 CharUnits size = getContext().getTypeSizeInChars(Ty);
1394 getContext().getAsArrayType(Ty))) {
1400 CharUnits eltSize = getContext().getTypeSizeInChars(eltType);
1418 if (vla) Ty = getContext().getBaseElementType(vla);
1489 arrayType = getContext().getAsArrayType(elementType);
1527 arrayType = getContext().getAsArrayType(arrayType->getElementType());
1540 arrayType = getContext().getAsArrayType(eltType);
1566 const VariableArrayType *vla = getContext().getAsVariableArrayType(type);
1590 } while ((type = getContext().getAsVariableArrayType(elementType)));
1713 type = type.getSingleStepDesugaredType(getContext());
1735 if (getContext().getBuiltinVaListType()->isArrayType())
1915 CGM.getContext().BuiltinInfo.getRequiredFeatures(BuiltinID);
1923 << CGM.getContext().BuiltinInfo.getRequiredFeatures(BuiltinID);