Searched refs:mangleThunk (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Mangle.h | 133 virtual void mangleThunk(const CXXMethodDecl *MD,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Mangle.cpp | 577 MC->mangleThunk(MD, T, FOS); in getMangledThunk()
|
| H A D | MicrosoftMangle.cpp | 161 void mangleThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk, 3643 void MicrosoftMangleContextImpl::mangleThunk(const CXXMethodDecl *MD, in mangleThunk() function in MicrosoftMangleContextImpl
|
| H A D | ItaniumMangle.cpp | 102 void mangleThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk, 7023 void ItaniumMangleContextImpl::mangleThunk(const CXXMethodDecl *MD, in mangleThunk() function in ItaniumMangleContextImpl
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGVTables.cpp | 505 MCtx.mangleThunk(MD, TI, Out); in maybeEmitThunk()
|