Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDMangle.h174 virtual void mangleSEHFinallyBlock(GlobalDecl EnclosingDecl,
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDMicrosoftMangle.cpp213 void mangleSEHFinallyBlock(GlobalDecl EnclosingDecl,
4039 void MicrosoftMangleContextImpl::mangleSEHFinallyBlock( in mangleSEHFinallyBlock() function in MicrosoftMangleContextImpl
HDItaniumMangle.cpp127 void mangleSEHFinallyBlock(GlobalDecl EnclosingDecl,
7229 void ItaniumMangleContextImpl::mangleSEHFinallyBlock( in mangleSEHFinallyBlock() function in ItaniumMangleContextImpl
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGException.cpp2030 Mangler.mangleSEHFinallyBlock(ParentSEHFn, OS); in startOutlinedSEHHelper()