Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DMangle.h257 virtual void mangleCXXVirtualDisplacementMap(const CXXRecordDecl *SrcRD,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp170 void mangleCXXVirtualDisplacementMap(const CXXRecordDecl *SrcRD,
3596 void MicrosoftMangleContextImpl::mangleCXXVirtualDisplacementMap( in mangleCXXVirtualDisplacementMap() function in MicrosoftMangleContextImpl
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp353 getMangleContext().mangleCXXVirtualDisplacementMap(SrcRD, DstRD, Out); in getAddrOfVirtualDisplacementMap()