Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp2849 bool CodeGenFunction::ShouldEmitVTableTypeCheckedLoad(const CXXRecordDecl *RD) { in ShouldEmitVTableTypeCheckedLoad() function in CodeGenFunction
H A DCodeGenFunction.h2330 bool ShouldEmitVTableTypeCheckedLoad(const CXXRecordDecl *RD);
H A DMicrosoftCXXABI.cpp1952 if (CGF.ShouldEmitVTableTypeCheckedLoad(MethodDecl->getParent())) { in getVirtualFunctionPointer()
H A DItaniumCXXABI.cpp1932 if (CGF.ShouldEmitVTableTypeCheckedLoad(MethodDecl->getParent())) { in getVirtualFunctionPointer()