Home
last modified time | relevance | path

Searched refs:hasExtendableVFPtr (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayout.cpp48 bool hasOwnVFPtr, bool hasExtendableVFPtr, in ASTRecordLayout() argument
77 CXXInfo->HasExtendableVFPtr = hasExtendableVFPtr; in ASTRecordLayout()
H A DRecordLayoutBuilder.cpp2541 if (!BaseLayout.hasExtendableVFPtr()) in layoutNonVirtualBases()
2567 if (BaseLayout.hasExtendableVFPtr()) { in layoutNonVirtualBases()
2906 if (Layout.hasExtendableVFPtr()) in computeVtorDispSet()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRecordLayout.h154 bool hasOwnVFPtr, bool hasExtendableVFPtr,
268 bool hasExtendableVFPtr() const { in hasExtendableVFPtr() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp899 if (Context.getASTRecordLayout(SrcDecl).hasExtendableVFPtr()) in performBaseAdjustment()
908 if (Context.getASTRecordLayout(BaseDecl).hasExtendableVFPtr()) { in performBaseAdjustment()
927 !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr(); in shouldTypeidBeNullChecked()
961 !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr(); in shouldDynamicCastCallBeNullChecked()
H A DCGDebugInfo.cpp1882 if (!RL.hasExtendableVFPtr()) in CollectVTableInfo()