Home
last modified time | relevance | path

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

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