Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DMangle.h221 virtual void mangleCXXVBTable(const CXXRecordDecl *Derived,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp152 void mangleCXXVBTable(const CXXRecordDecl *Derived,
3513 void MicrosoftMangleContextImpl::mangleCXXVBTable( in mangleCXXVBTable() function in MicrosoftMangleContextImpl
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2112 getMangleContext().mangleCXXVBTable(RD, VBT.MangledPath, Out); in getAddrOfVBTable()