Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGClass.cpp2819 bool CodeGenFunction::ShouldEmitVTableTypeCheckedLoad(const CXXRecordDecl *RD) { in ShouldEmitVTableTypeCheckedLoad() function in CodeGenFunction
DCodeGenFunction.h2273 bool ShouldEmitVTableTypeCheckedLoad(const CXXRecordDecl *RD);
DItaniumCXXABI.cpp1965 if (CGF.ShouldEmitVTableTypeCheckedLoad(MethodDecl->getParent())) { in getVirtualFunctionPointer()
DMicrosoftCXXABI.cpp1945 if (CGF.ShouldEmitVTableTypeCheckedLoad(MethodDecl->getParent())) { in getVirtualFunctionPointer()