Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp1080 EmitVTablePtrCheckForCast(PT->getPointeeType(), Addr.getPointer(), in EmitPointerWithAlignment()
4247 EmitVTablePtrCheckForCast(E->getType(), Derived.getPointer(), in EmitCastLValue()
4264 EmitVTablePtrCheckForCast(E->getType(), V.getPointer(), in EmitCastLValue()
H A DCGExprScalar.cpp1996 CGF.EmitVTablePtrCheckForCast(PT->getPointeeType(), Src, in VisitCastExpr()
2063 CGF.EmitVTablePtrCheckForCast( in VisitCastExpr()
H A DCGClass.cpp2642 void CodeGenFunction::EmitVTablePtrCheckForCast(QualType T, in EmitVTablePtrCheckForCast() function in CodeGenFunction
H A DCodeGenFunction.h1919 void EmitVTablePtrCheckForCast(QualType T, llvm::Value *Derived,