Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DMangle.h235 virtual void mangleCXXVBTable(const CXXRecordDecl *Derived,
/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp166 void mangleCXXVBTable(const CXXRecordDecl *Derived,
3553 void MicrosoftMangleContextImpl::mangleCXXVBTable( in mangleCXXVBTable() function in MicrosoftMangleContextImpl
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2119 getMangleContext().mangleCXXVBTable(RD, VBT.MangledPath, Out); in getAddrOfVBTable()