Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h586 const VTableLayout &getVFTableLayout(const CXXRecordDecl *RD,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1752 VFTContext.getVFTableLayout(RD, Info->FullOffsetInMDC); in emitVTableDefinitions()
1883 VTContext.getVFTableLayout(RD, VFPtr->FullOffsetInMDC); in getAddrOfVTable()
H A DCGDebugInfo.cpp2419 CGM.getMicrosoftVTableContext().getVFTableLayout(RD, CharUnits::Zero()); in CollectVTableInfo()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3769 MicrosoftVTableContext::getVFTableLayout(const CXXRecordDecl *RD, in getVFTableLayout() function in MicrosoftVTableContext