Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DRecordLayout.cpp48 CharUnits requiredAlignment, bool hasOwnVFPtr, bool hasExtendableVFPtr, in ASTRecordLayout() argument
73 CXXInfo->HasExtendableVFPtr = hasExtendableVFPtr; in ASTRecordLayout()
H A DRecordLayoutBuilder.cpp2845 if (!BaseLayout.hasExtendableVFPtr()) in layoutNonVirtualBases()
2883 if (BaseLayout.hasExtendableVFPtr()) { in layoutNonVirtualBases()
3262 if (Layout.hasExtendableVFPtr()) in computeVtorDispSet()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h162 bool hasExtendableVFPtr, CharUnits vbptroffset,
288 bool hasExtendableVFPtr() const { in hasExtendableVFPtr() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp958 if (Context.getASTRecordLayout(SrcDecl).hasExtendableVFPtr()) in performBaseAdjustment()
967 if (Context.getASTRecordLayout(BaseDecl).hasExtendableVFPtr()) { in performBaseAdjustment()
988 !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr(); in shouldTypeidBeNullChecked()
1022 !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr(); in shouldDynamicCastCallBeNullChecked()
H A DCGDebugInfo.cpp2406 if (!RL.hasExtendableVFPtr()) in CollectVTableInfo()