Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp66 getItaniumVTableContext().getVTableLayout(RD).getAddressPoint( in EmitVTTDefinition()
H A DCGCXX.cpp257 const VTableLayout &VTLayout = CGM.getItaniumVTableContext().getVTableLayout(RD); in BuildAppleKextVirtualCall()
H A DItaniumCXXABI.cpp432 CGM.getItaniumVTableContext().getVTableLayout(RD); in hasAnyUnusedVirtualInlineFunction()
458 CGM.getItaniumVTableContext().getVTableLayout(RD); in isVTableHidden()
1805 const VTableLayout &VTLayout = VTContext.getVTableLayout(RD); in emitVTableDefinitions()
1889 .getVTableLayout(VTableClass) in getVTableAddressPoint()
1967 CGM.getItaniumVTableContext().getVTableLayout(RD); in getAddrOfVTable()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h403 const VTableLayout &getVTableLayout(const CXXRecordDecl *RD) { in getVTableLayout() function