Searched refs:EmitVTablePtrCheckForCast (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 1361 CGF.EmitVTablePtrCheckForCast(PT->getPointeeType(), Addr, in EmitPointerWithAlignment() 5668 EmitVTablePtrCheckForCast(E->getType(), Derived, in EmitCastLValue() 5685 EmitVTablePtrCheckForCast(E->getType(), V, in EmitCastLValue()
|
| H A D | CGClass.cpp | 2831 void CodeGenFunction::EmitVTablePtrCheckForCast(QualType T, Address Derived, in EmitVTablePtrCheckForCast() function in CodeGenFunction
|
| H A D | CGExprScalar.cpp | 2469 CGF.EmitVTablePtrCheckForCast( in VisitCastExpr() 2634 CGF.EmitVTablePtrCheckForCast(DestTy->getPointeeType(), Derived, in VisitCastExpr()
|
| H A D | CodeGenFunction.h | 2491 void EmitVTablePtrCheckForCast(QualType T, Address Derived, bool MayBeNull,
|