Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h171 virtual void mangleSEHFilterExpression(GlobalDecl EnclosingDecl,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp209 void mangleSEHFilterExpression(GlobalDecl EnclosingDecl,
3870 void MicrosoftMangleContextImpl::mangleSEHFilterExpression( in mangleSEHFilterExpression() function in MicrosoftMangleContextImpl
H A DItaniumMangle.cpp126 void mangleSEHFilterExpression(GlobalDecl EnclosingDecl,
7110 void ItaniumMangleContextImpl::mangleSEHFilterExpression( in mangleSEHFilterExpression() function in ItaniumMangleContextImpl
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp2025 Mangler.mangleSEHFilterExpression(ParentSEHFn, OS); in startOutlinedSEHHelper()