Lines Matching full:getcontext
166 auto align = CGM.getContext().getTargetDefaultAlignForAttributeAligned();
167 return CGM.getContext().toCharUnitsFromBits(align);
483 if (CGM.getContext().getTargetInfo().getTriple().getArch()
803 const ASTContext &Context = getContext();
863 getContext().toCharUnitsFromBits(getContext().getFieldOffset(MPD));
988 auto Align = CGM.getContext().getTypeAlignInChars(FI.getReturnType());
1082 llvm::Type *SizeTy = CGF.ConvertType(getContext().getSizeType());
1083 uint64_t TypeSize = getContext().getTypeSizeInChars(ThrowType).getQuantity();
1121 CGF.ConvertType(CGF.getContext().getPointerDiffType());
1235 CGF.ConvertType(CGF.getContext().getPointerDiffType());
1248 computeOffsetHint(CGF.getContext(), SrcDecl, DestDecl).getQuantity());
1279 CGF.ConvertType(CGF.getContext().getPointerDiffType());
1352 ASTContext &Context = getContext();
1387 ASTContext &Context = getContext();
1430 QualType VTTTy = getContext().getPointerType(getContext().VoidPtrTy);
1442 QualType VTTTy = getContext().getPointerType(getContext().VoidPtrTy);
1445 if (getContext().getLangOpts().AppleKext)
1465 CGM.GetAddrOfRTTIDescriptor(CGM.getContext().getTagDeclType(RD));
1486 VTable->setAlignment(getContext().toCharUnitsFromBits(PAlign).getQuantity());
1671 CGF.ConvertType(CGF.getContext().getPointerDiffType());
1735 CGM.getContext().getTypeAlignInChars(elementType));
1747 ASTContext &Ctx = getContext();
1819 CGM.getContext().getTypeAlignInChars(elementType));
1835 getContext().getTypeSizeInChars(elementType).getQuantity());
1866 llvm::FunctionType::get(CGM.getTypes().ConvertType(CGM.getContext().IntTy),
1918 bool threadsafe = getContext().getLangOpts().ThreadsafeStatics &&
2273 llvm::LLVMContext &Context = CGM.getModule().getContext();
2297 CharUnits Align = CGM.getContext().getDeclAlign(VD);
2322 CGF.getContext().getDeclAlign(VD));
2390 : CGM(ABI.CGM), VMContext(CGM.getModule().getContext()), CXXABI(ABI) {}
2593 ASTContext &Context = CGM.getContext();
2800 CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType());
2864 Ty = CGM.getContext().getCanonicalType(Ty);
3080 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super);
3164 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy);
3182 CGM.getTypes().ConvertType(CGM.getContext().LongTy);
3219 const ASTRecordLayout &Layout = CGM.getContext().getASTRecordLayout(RD);
3241 CGM.getContext().getUnqualifiedArrayType(PointeeTy, Quals);
3255 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy);
3274 CGM.getContext().getUnqualifiedArrayType(PointeeTy, Quals);
3293 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy);
3316 QualType PointerType = getContext().getPointerType(Type);
3317 QualType PointerTypeConst = getContext().getPointerType(Type.withConst());
3325 getContext().VoidTy, getContext().NullPtrTy,
3326 getContext().BoolTy, getContext().WCharTy,
3327 getContext().CharTy, getContext().UnsignedCharTy,
3328 getContext().SignedCharTy, getContext().ShortTy,
3329 getContext().UnsignedShortTy, getContext().IntTy,
3330 getContext().UnsignedIntTy, getContext().LongTy,
3331 getContext().UnsignedLongTy, getContext().LongLongTy,
3332 getContext().UnsignedLongLongTy, getContext().HalfTy,
3333 getContext().FloatTy, getContext().DoubleTy,
3334 getContext().LongDoubleTy, getContext().Char16Ty,
3335 getContext().Char32Ty,
3570 CGF.CGM.getContext().getCanonicalType(CatchParam.getType());