Home
last modified time | relevance | path

Searched refs:mangleThunk (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h119 virtual void mangleThunk(const CXXMethodDecl *MD,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp569 MC->mangleThunk(MD, T, FOS); in getMangledThunk()
H A DMicrosoftMangle.cpp144 void mangleThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk,
3458 void MicrosoftMangleContextImpl::mangleThunk(const CXXMethodDecl *MD, in mangleThunk() function in MicrosoftMangleContextImpl
H A DItaniumMangle.cpp153 void mangleThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk,
6206 void ItaniumMangleContextImpl::mangleThunk(const CXXMethodDecl *MD, in mangleThunk() function in ItaniumMangleContextImpl
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp506 MCtx.mangleThunk(MD, TI, Out); in maybeEmitThunk()