Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h177 virtual void mangleSEHFinallyBlock(GlobalDecl EnclosingDecl,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp211 void mangleSEHFinallyBlock(GlobalDecl EnclosingDecl,
4131 void MicrosoftMangleContextImpl::mangleSEHFinallyBlock( in mangleSEHFinallyBlock() function in MicrosoftMangleContextImpl
H A DItaniumMangle.cpp125 void mangleSEHFinallyBlock(GlobalDecl EnclosingDecl,
7502 void ItaniumMangleContextImpl::mangleSEHFinallyBlock( in mangleSEHFinallyBlock() function in ItaniumMangleContextImpl
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp2030 Mangler.mangleSEHFinallyBlock(ParentSEHFn, OS); in startOutlinedSEHHelper()