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.h258 virtual void mangleCXXVirtualDisplacementMap(const CXXRecordDecl *SrcRD,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp174 void mangleCXXVirtualDisplacementMap(const CXXRecordDecl *SrcRD,
3890 void MicrosoftMangleContextImpl::mangleCXXVirtualDisplacementMap( in mangleCXXVirtualDisplacementMap() function in MicrosoftMangleContextImpl
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp361 getMangleContext().mangleCXXVirtualDisplacementMap(SrcRD, DstRD, Out); in getAddrOfVirtualDisplacementMap()