Home
last modified time | relevance | path

Searched refs:mangleCXXDtorThunk (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DMangle.h120 virtual void mangleCXXDtorThunk(const CXXDestructorDecl *DD, CXXDtorType Type,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DMicrosoftMangle.cpp189 virtual void mangleCXXDtorThunk(const CXXDestructorDecl *DD, CXXDtorType Type,
1954 void MicrosoftMangleContextImpl::mangleCXXDtorThunk( in mangleCXXDtorThunk() function in MicrosoftMangleContextImpl
DItaniumMangle.cpp133 void mangleCXXDtorThunk(const CXXDestructorDecl *DD, CXXDtorType Type,
3672 void ItaniumMangleContextImpl::mangleCXXDtorThunk( in mangleCXXDtorThunk() function in ItaniumMangleContextImpl
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGVTables.cpp50 getCXXABI().getMangleContext().mangleCXXDtorThunk(DD, GD.getDtorType(), in GetAddrOfThunk()