Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DMangle.h247 virtual void mangleCXXVirtualDisplacementMap(const CXXRecordDecl *SrcRD,
/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp169 void mangleCXXVirtualDisplacementMap(const CXXRecordDecl *SrcRD,
3585 void MicrosoftMangleContextImpl::mangleCXXVirtualDisplacementMap( in mangleCXXVirtualDisplacementMap() function in MicrosoftMangleContextImpl
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp340 getMangleContext().mangleCXXVirtualDisplacementMap(SrcRD, DstRD, Out); in getAddrOfVirtualDisplacementMap()