Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp2933 bool CodeGenFunction::ShouldEmitVTableTypeCheckedLoad(const CXXRecordDecl *RD) { in ShouldEmitVTableTypeCheckedLoad() function in CodeGenFunction
H A DItaniumCXXABI.cpp2213 if (!Schema && CGF.ShouldEmitVTableTypeCheckedLoad(MethodDecl->getParent())) { in getVirtualFunctionPointer()
H A DCodeGenFunction.h2513 bool ShouldEmitVTableTypeCheckedLoad(const CXXRecordDecl *RD);
H A DMicrosoftCXXABI.cpp1978 if (CGF.ShouldEmitVTableTypeCheckedLoad(MethodDecl->getParent())) { in getVirtualFunctionPointer()