Home
last modified time | relevance | path

Searched refs:mangleCXXVBTable (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DMangle.h195 virtual void mangleCXXVBTable(const CXXRecordDecl *Derived,
/external/clang/lib/AST/
DMicrosoftMangle.cpp149 void mangleCXXVBTable(const CXXRecordDecl *Derived,
2616 void MicrosoftMangleContextImpl::mangleCXXVBTable( in mangleCXXVBTable() function in MicrosoftMangleContextImpl
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp1971 getMangleContext().mangleCXXVBTable(RD, VBT.MangledPath, Out); in getAddrOfVBTable()