Home
last modified time | relevance | path

Searched refs:mangleSEHFinallyBlock (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h159 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp192 void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
3697 void MicrosoftMangleContextImpl::mangleSEHFinallyBlock( in mangleSEHFinallyBlock() function in MicrosoftMangleContextImpl
H A DItaniumMangle.cpp177 void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
6303 void ItaniumMangleContextImpl::mangleSEHFinallyBlock( in mangleSEHFinallyBlock() function in ItaniumMangleContextImpl
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp2007 Mangler.mangleSEHFinallyBlock(ParentSEHFn, OS); in startOutlinedSEHHelper()