Home
last modified time | relevance | path

Searched refs:EmitVTablePtrCheckForCast (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp1132 EmitVTablePtrCheckForCast(PT->getPointeeType(), Addr, in EmitPointerWithAlignment()
4884 EmitVTablePtrCheckForCast(E->getType(), Derived, in EmitCastLValue()
4902 EmitVTablePtrCheckForCast(E->getType(), V, in EmitCastLValue()
H A DCGExprScalar.cpp2047 CGF.EmitVTablePtrCheckForCast( in VisitCastExpr()
2209 CGF.EmitVTablePtrCheckForCast(DestTy->getPointeeType(), Derived, in VisitCastExpr()
H A DCGClass.cpp2730 void CodeGenFunction::EmitVTablePtrCheckForCast(QualType T, Address Derived, in EmitVTablePtrCheckForCast() function in CodeGenFunction
H A DCodeGenFunction.h2308 void EmitVTablePtrCheckForCast(QualType T, Address Derived, bool MayBeNull,