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()
420 CGM.getItaniumVTableContext().getVTableLayout(RD); in hasAnyUnusedVirtualInlineFunction()446 CGM.getItaniumVTableContext().getVTableLayout(RD); in isVTableHidden()1744 const VTableLayout &VTLayout = VTContext.getVTableLayout(RD); in emitVTableDefinitions()1825 .getVTableLayout(VTableClass) in getVTableAddressPoint()1902 CGM.getItaniumVTableContext().getVTableLayout(RD); in getAddrOfVTable()
403 const VTableLayout &getVTableLayout(const CXXRecordDecl *RD) { in getVTableLayout() function