Searched refs:EmitVTablePtrCheckForCall (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 2630 EmitVTablePtrCheckForCall(RD, VTable, CodeGenFunction::CFITCK_VCall, Loc); in EmitTypeMetadataCodeForVCall() 2633 void CodeGenFunction::EmitVTablePtrCheckForCall(const CXXRecordDecl *RD, in EmitVTablePtrCheckForCall() function in CodeGenFunction
|
D | CGExprCXX.cpp | 262 EmitVTablePtrCheckForCall(MD->getParent(), VTable, CFITCK_NVCall, in EmitCXXMemberOrOperatorMemberCallExpr()
|
D | CodeGenFunction.h | 1486 void EmitVTablePtrCheckForCall(const CXXRecordDecl *RD, llvm::Value *VTable,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGClass.cpp | 2671 EmitVTablePtrCheckForCall(RD, VTable, CodeGenFunction::CFITCK_VCall, Loc); in EmitTypeMetadataCodeForVCall() 2689 void CodeGenFunction::EmitVTablePtrCheckForCall(const CXXRecordDecl *RD, in EmitVTablePtrCheckForCall() function in CodeGenFunction
|
D | CGExprCXX.cpp | 402 EmitVTablePtrCheckForCall(RD, VTable, CFITCK_NVCall, CE->getBeginLoc()); in EmitCXXMemberOrOperatorMemberCallExpr()
|
D | CodeGenFunction.h | 2212 void EmitVTablePtrCheckForCall(const CXXRecordDecl *RD, llvm::Value *VTable,
|