Searched refs:mangleThunk (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Mangle.h | 123 virtual void mangleThunk(const CXXMethodDecl *MD,
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Mangle.cpp | 573 MC->mangleThunk(MD, T, FOS); in getMangledThunk()
|
| H A D | MicrosoftMangle.cpp | 158 void mangleThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk, 3495 void MicrosoftMangleContextImpl::mangleThunk(const CXXMethodDecl *MD, in mangleThunk() function in MicrosoftMangleContextImpl
|
| H A D | ItaniumMangle.cpp | 99 void mangleThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk, 6346 void ItaniumMangleContextImpl::mangleThunk(const CXXMethodDecl *MD, in mangleThunk() function in ItaniumMangleContextImpl
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGVTables.cpp | 508 MCtx.mangleThunk(MD, TI, Out); in maybeEmitThunk()
|