Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp2916 bool CodeGenFunction::ShouldEmitVTableTypeCheckedLoad(const CXXRecordDecl *RD) { in ShouldEmitVTableTypeCheckedLoad() function in CodeGenFunction
H A DMicrosoftCXXABI.cpp1983 if (CGF.ShouldEmitVTableTypeCheckedLoad(MethodDecl->getParent())) { in getVirtualFunctionPointer()
H A DCodeGenFunction.h2506 bool ShouldEmitVTableTypeCheckedLoad(const CXXRecordDecl *RD);
H A DItaniumCXXABI.cpp2192 if (!Schema && CGF.ShouldEmitVTableTypeCheckedLoad(MethodDecl->getParent())) { in getVirtualFunctionPointer()