Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DMangle.h170 virtual void mangleSEHFilterExpression(GlobalDecl EnclosingDecl,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp205 void mangleSEHFilterExpression(GlobalDecl EnclosingDecl,
3733 void MicrosoftMangleContextImpl::mangleSEHFilterExpression( in mangleSEHFilterExpression() function in MicrosoftMangleContextImpl
H A DItaniumMangle.cpp122 void mangleSEHFilterExpression(GlobalDecl EnclosingDecl,
6434 void ItaniumMangleContextImpl::mangleSEHFilterExpression( in mangleSEHFilterExpression() function in ItaniumMangleContextImpl
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGException.cpp2009 Mangler.mangleSEHFilterExpression(ParentSEHFn, OS); in startOutlinedSEHHelper()