Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:QualType

61   llvm::Constant *GetBogusMemberPointer(QualType T);
76 virtual bool requiresArrayCookie(const CXXDeleteExpr *E, QualType eltType);
170 virtual llvm::Constant *EmitMemberPointer(const APValue &MP, QualType MPT);
208 QualType type) = 0;
210 virtual llvm::Constant *getAddrOfRTTIDescriptor(QualType Ty) = 0;
213 QualType SrcRecordTy) = 0;
215 virtual llvm::Value *EmitTypeid(CodeGenFunction &CGF, QualType SrcRecordTy,
220 QualType SrcRecordTy) = 0;
224 QualType SrcRecordTy, QualType DestTy,
225 QualType DestRecordTy, llvm::BasicBlock *CastEnd) = 0;
229 QualType SrcRecordTy,
230 QualType DestTy) = 0;
313 virtual void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
398 RValue RV, QualType ResultType);
436 QualType ElementType);
453 QualType ElementType, llvm::Value *&NumElements,
463 virtual CharUnits getArrayCookieSizeImpl(QualType elementType);
520 QualType LValType);