Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h261 virtual void mangleCXXVirtualDisplacementMap(const CXXRecordDecl *SrcRD,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp172 void mangleCXXVirtualDisplacementMap(const CXXRecordDecl *SrcRD,
3982 void MicrosoftMangleContextImpl::mangleCXXVirtualDisplacementMap( in mangleCXXVirtualDisplacementMap() function in MicrosoftMangleContextImpl
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp363 getMangleContext().mangleCXXVirtualDisplacementMap(SrcRD, DstRD, Out); in getAddrOfVirtualDisplacementMap()