Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h246 virtual void mangleCXXVBTable(const CXXRecordDecl *Derived,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp169 void mangleCXXVBTable(const CXXRecordDecl *Derived,
3858 void MicrosoftMangleContextImpl::mangleCXXVBTable( in mangleCXXVBTable() function in MicrosoftMangleContextImpl
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2155 getMangleContext().mangleCXXVBTable(RD, VBT.MangledPath, Out); in getAddrOfVBTable()