Searched refs:getVTableLayout (Results 1 – 4 of 4) sorted by relevance
69 getItaniumVTableContext().getVTableLayout(RD).getAddressPoint( in EmitVTTDefinition()
270 const VTableLayout &VTLayout = CGM.getItaniumVTableContext().getVTableLayout(RD); in BuildAppleKextVirtualCall()
389 CGM.getItaniumVTableContext().getVTableLayout(RD); in hasAnyUnusedVirtualInlineFunction()415 CGM.getItaniumVTableContext().getVTableLayout(RD); in isVTableHidden()1581 const VTableLayout &VTLayout = VTContext.getVTableLayout(RD); in emitVTableDefinitions()1644 .getVTableLayout(VTableClass) in getVTableAddressPoint()1697 CGM.getItaniumVTableContext().getVTableLayout(RD); in getAddrOfVTable()
378 const VTableLayout &getVTableLayout(const CXXRecordDecl *RD) { in getVTableLayout() function