Searched refs:getVTableLayout (Results 1 – 4 of 4) sorted by relevance
66 getItaniumVTableContext().getVTableLayout(RD).getAddressPoint( in EmitVTTDefinition()
257 const VTableLayout &VTLayout = CGM.getItaniumVTableContext().getVTableLayout(RD); in BuildAppleKextVirtualCall()
432 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()
403 const VTableLayout &getVTableLayout(const CXXRecordDecl *RD) { in getVTableLayout() function