Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h133 virtual void mangleThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp587 MC->mangleThunk(MD, T, ElideOverrideInfo, FOS); in getMangledThunk()
H A DMicrosoftMangle.cpp161 void mangleThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk,
3790 void MicrosoftMangleContextImpl::mangleThunk(const CXXMethodDecl *MD, in mangleThunk() function in MicrosoftMangleContextImpl
H A DItaniumMangle.cpp102 void mangleThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk, bool,
7123 void ItaniumMangleContextImpl::mangleThunk(const CXXMethodDecl *MD, in mangleThunk() function in ItaniumMangleContextImpl
H A DASTContext.cpp14230 Mangler->mangleThunk(Method, Thunk, /* elideOverrideInfo */ true, in useAbbreviatedThunkName()
14239 Mangler->mangleThunk(Method, Thunk, /* elideOverrideInfo */ false, in useAbbreviatedThunkName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp519 MCtx.mangleThunk(MD, TI, /* elideOverrideInfo */ false, Out); in maybeEmitThunk()
527 MCtx.mangleThunk(MD, TI, /* elideOverrideInfo */ true, Out); in maybeEmitThunk()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp459 MC->mangleThunk(Method, Thunk, ElideOverrideInfo, NameStream); in getMangledCXXThunk()