Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h174 virtual void mangleSEHFinallyBlock(GlobalDecl EnclosingDecl,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp211 void mangleSEHFinallyBlock(GlobalDecl EnclosingDecl,
3882 void MicrosoftMangleContextImpl::mangleSEHFinallyBlock( in mangleSEHFinallyBlock() function in MicrosoftMangleContextImpl
H A DItaniumMangle.cpp128 void mangleSEHFinallyBlock(GlobalDecl EnclosingDecl,
7121 void ItaniumMangleContextImpl::mangleSEHFinallyBlock( in mangleSEHFinallyBlock() function in ItaniumMangleContextImpl
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp2027 Mangler.mangleSEHFinallyBlock(ParentSEHFn, OS); in startOutlinedSEHHelper()