Searched refs:EmitVTablePtrCheckForCast (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 1090 EmitVTablePtrCheckForCast(PT->getPointeeType(), Addr, in EmitPointerWithAlignment() 4860 EmitVTablePtrCheckForCast(E->getType(), Derived, in EmitCastLValue() 4878 EmitVTablePtrCheckForCast(E->getType(), V, in EmitCastLValue()
|
| H A D | CGExprScalar.cpp | 2070 CGF.EmitVTablePtrCheckForCast( in VisitCastExpr() 2232 CGF.EmitVTablePtrCheckForCast(DestTy->getPointeeType(), Derived, in VisitCastExpr()
|
| H A D | CGClass.cpp | 2771 void CodeGenFunction::EmitVTablePtrCheckForCast(QualType T, Address Derived, in EmitVTablePtrCheckForCast() function in CodeGenFunction
|
| H A D | CodeGenFunction.h | 2310 void EmitVTablePtrCheckForCast(QualType T, Address Derived, bool MayBeNull,
|