Home | History | Annotate | Download | only in CodeGen

Lines Matching full:getcontext

362     if (CGM.getContext().getTargetInfo().getTriple().getArch()
674 const ASTContext &Context = getContext();
734 getContext().toCharUnitsFromBits(getContext().getFieldOffset(MPD));
948 llvm::Type *SizeTy = CGF.ConvertType(getContext().getSizeType());
949 uint64_t TypeSize = getContext().getTypeSizeInChars(ThrowType).getQuantity();
986 CGF.ConvertType(CGF.getContext().getPointerDiffType());
1098 CGF.ConvertType(CGF.getContext().getPointerDiffType());
1111 computeOffsetHint(CGF.getContext(), SrcDecl, DestDecl).getQuantity());
1141 CGF.ConvertType(CGF.getContext().getPointerDiffType());
1207 ASTContext &Context = getContext();
1242 ASTContext &Context = getContext();
1285 QualType VTTTy = getContext().getPointerType(getContext().VoidPtrTy);
1297 QualType VTTTy = getContext().getPointerType(getContext().VoidPtrTy);
1300 if (getContext().getLangOpts().AppleKext)
1320 CGM.GetAddrOfRTTIDescriptor(CGM.getContext().getTagDeclType(RD));
1341 VTable->setAlignment(getContext().toCharUnitsFromBits(PAlign).getQuantity());
1497 CGF.ConvertType(CGF.getContext().getPointerDiffType());
1560 CGM.getContext().getTypeAlignInChars(elementType));
1572 ASTContext &Ctx = getContext();
1649 CGM.getContext().getTypeAlignInChars(elementType));
1668 getContext().getTypeSizeInChars(elementType).getQuantity());
1702 llvm::FunctionType::get(CGM.getTypes().ConvertType(CGM.getContext().IntTy),
1754 bool threadsafe = getContext().getLangOpts().ThreadsafeStatics &&
2088 llvm::LLVMContext &Context = CGM.getModule().getContext();
2113 LI->setAlignment(CGM.getContext().getDeclAlign(VD).getQuantity());
2137 LV = CGF.MakeAddrLValue(Val, LValType, CGF.getContext().getDeclAlign(VD));
2205 : CGM(ABI.CGM), VMContext(CGM.getModule().getContext()), CXXABI(ABI) {}
2402 ASTContext &Context = CGM.getContext();
2606 CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType());
2663 Ty = CGM.getContext().getCanonicalType(Ty);
2881 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super);
2965 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy);
2983 CGM.getTypes().ConvertType(CGM.getContext().LongTy);
3020 const ASTRecordLayout &Layout = CGM.getContext().getASTRecordLayout(RD);
3042 CGM.getContext().getUnqualifiedArrayType(PointeeTy, Quals);
3056 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy);
3075 CGM.getContext().getUnqualifiedArrayType(PointeeTy, Quals);
3094 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy);
3117 QualType PointerType = getContext().getPointerType(Type);
3118 QualType PointerTypeConst = getContext().getPointerType(Type.withConst());
3126 getContext().VoidTy, getContext().NullPtrTy,
3127 getContext().BoolTy, getContext().WCharTy,
3128 getContext().CharTy, getContext().UnsignedCharTy,
3129 getContext().SignedCharTy, getContext().ShortTy,
3130 getContext().UnsignedShortTy, getContext().IntTy,
3131 getContext().UnsignedIntTy, getContext().LongTy,
3132 getContext().UnsignedLongTy, getContext().LongLongTy,
3133 getContext().UnsignedLongLongTy, getContext().HalfTy,
3134 getContext().FloatTy, getContext().DoubleTy,
3135 getContext().LongDoubleTy, getContext().Char16Ty,
3136 getContext().Char32Ty,
3373 CGF.CGM.getContext().getCanonicalType(CatchParam.getType());
3472 CGF.getContext().getDeclAlign(&CatchParam));
3521 CharUnits Alignment = CGF.getContext().getDeclAlign(&CatchParam);