Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp2772 bool CodeGenFunction::ShouldEmitVTableTypeCheckedLoad(const CXXRecordDecl *RD) { in ShouldEmitVTableTypeCheckedLoad() function in CodeGenFunction
DCodeGenFunction.h1503 bool ShouldEmitVTableTypeCheckedLoad(const CXXRecordDecl *RD);
DItaniumCXXABI.cpp1599 if (CGF.ShouldEmitVTableTypeCheckedLoad(MethodDecl->getParent())) { in getVirtualFunctionPointer()
DMicrosoftCXXABI.cpp1816 if (CGF.ShouldEmitVTableTypeCheckedLoad(MethodDecl->getParent())) { in getVirtualFunctionPointer()