Searched refs:getVTableLayout (Results 1 – 4 of 4) sorted by relevance
66 getItaniumVTableContext().getVTableLayout(RD).getAddressPoint( in EmitVTTDefinition()
259 const VTableLayout &VTLayout = CGM.getItaniumVTableContext().getVTableLayout(RD); in BuildAppleKextVirtualCall()
386 CGM.getItaniumVTableContext().getVTableLayout(RD); in hasAnyUnusedVirtualInlineFunction()412 CGM.getItaniumVTableContext().getVTableLayout(RD); in isVTableHidden()1712 const VTableLayout &VTLayout = VTContext.getVTableLayout(RD); in emitVTableDefinitions()1796 .getVTableLayout(VTableClass) in getVTableAddressPoint()1874 CGM.getItaniumVTableContext().getVTableLayout(RD); in getAddrOfVTable()
403 const VTableLayout &getVTableLayout(const CXXRecordDecl *RD) { in getVTableLayout() function