Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DMangle.h163 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp206 void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
3734 void MicrosoftMangleContextImpl::mangleSEHFinallyBlock( in mangleSEHFinallyBlock() function in MicrosoftMangleContextImpl
H A DItaniumMangle.cpp123 void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
6443 void ItaniumMangleContextImpl::mangleSEHFinallyBlock( in mangleSEHFinallyBlock() function in ItaniumMangleContextImpl
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp2014 Mangler.mangleSEHFinallyBlock(ParentSEHFn, OS); in startOutlinedSEHHelper()