Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h133 virtual void mangleThunk(const CXXMethodDecl *MD,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp577 MC->mangleThunk(MD, T, FOS); in getMangledThunk()
H A DMicrosoftMangle.cpp161 void mangleThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk,
3643 void MicrosoftMangleContextImpl::mangleThunk(const CXXMethodDecl *MD, in mangleThunk() function in MicrosoftMangleContextImpl
H A DItaniumMangle.cpp102 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 DCGVTables.cpp505 MCtx.mangleThunk(MD, TI, Out); in maybeEmitThunk()