Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1312 CGF.EmitVTablePtrCheckForCast(PT->getPointeeType(), Addr, in EmitPointerWithAlignment()
5267 EmitVTablePtrCheckForCast(E->getType(), Derived, in EmitCastLValue()
5284 EmitVTablePtrCheckForCast(E->getType(), V, in EmitCastLValue()
H A DCGClass.cpp2755 void CodeGenFunction::EmitVTablePtrCheckForCast(QualType T, Address Derived, in EmitVTablePtrCheckForCast() function in CodeGenFunction
H A DCGExprScalar.cpp2094 CGF.EmitVTablePtrCheckForCast( in VisitCastExpr()
2248 CGF.EmitVTablePtrCheckForCast(DestTy->getPointeeType(), Derived, in VisitCastExpr()
H A DCodeGenFunction.h2379 void EmitVTablePtrCheckForCast(QualType T, Address Derived, bool MayBeNull,