Home
last modified time | relevance | path

Searched refs:MostDerivedLayout (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp3379 const ASTRecordLayout &MostDerivedLayout, in findPathsToSubobject() argument
3394 ? MostDerivedLayout.getVBaseClassOffset(Base) in findPathsToSubobject()
3397 findPathsToSubobject(Context, MostDerivedLayout, Base, NewOffset, in findPathsToSubobject()
3422 const ASTRecordLayout &MostDerivedLayout = in getOffsetOfFullPath() local
3441 Offset = BaseBS->isVirtual() ? MostDerivedLayout.getVBaseClassOffset(Base) in getOffsetOfFullPath()
3524 const ASTRecordLayout &MostDerivedLayout = Context.getASTRecordLayout(RD); in computeFullPathsForVFTables() local
3529 Context, MostDerivedLayout, RD, CharUnits::Zero(), in computeFullPathsForVFTables()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4090 const ASTRecordLayout &MostDerivedLayout = in getCatchableTypeArray() local
4108 VBPtrOffset = MostDerivedLayout.getVBPtrOffset().getQuantity(); in getCatchableTypeArray()