Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp66 getItaniumVTableContext().getVTableLayout(RD).getAddressPoint( in EmitVTTDefinition()
H A DCGCXX.cpp259 const VTableLayout &VTLayout = CGM.getItaniumVTableContext().getVTableLayout(RD); in BuildAppleKextVirtualCall()
H A DItaniumCXXABI.cpp426 CGM.getItaniumVTableContext().getVTableLayout(RD); in hasAnyUnusedVirtualInlineFunction()
452 CGM.getItaniumVTableContext().getVTableLayout(RD); in isVTableHidden()
1756 const VTableLayout &VTLayout = VTContext.getVTableLayout(RD); in emitVTableDefinitions()
1837 .getVTableLayout(VTableClass) in getVTableAddressPoint()
1915 CGM.getItaniumVTableContext().getVTableLayout(RD); in getAddrOfVTable()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h403 const VTableLayout &getVTableLayout(const CXXRecordDecl *RD) { in getVTableLayout() function