Home
last modified time | relevance | path

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

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