Searched refs:mangleCXXVTable (Results 1 – 6 of 6) sorted by relevance
141 virtual void mangleCXXVTable(const CXXRecordDecl *RD, raw_ostream &) = 0;
445 MC->mangleCXXVTable(D, NameStream); in getMangledCXXVTableName()
173 void mangleCXXVTable(const CXXRecordDecl *, raw_ostream &) override;3852 void MicrosoftMangleContextImpl::mangleCXXVTable(const CXXRecordDecl *Derived, in mangleCXXVTable() function in MicrosoftMangleContextImpl
108 void mangleCXXVTable(const CXXRecordDecl *RD, raw_ostream &) override;7269 void ItaniumMangleContextImpl::mangleCXXVTable(const CXXRecordDecl *RD, in mangleCXXVTable() function in ItaniumMangleContextImpl
3144 MC->mangleCXXVTable(RD, Out); in getPointerAuthVTablePointerDiscriminator()
2154 getMangleContext().mangleCXXVTable(RD, Out); in getAddrOfVTable()