Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDMangle.h141 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDMicrosoftMangle.cpp194 void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
3304 void MicrosoftMangleContextImpl::mangleSEHFinallyBlock( in mangleSEHFinallyBlock() function in MicrosoftMangleContextImpl
HDItaniumMangle.cpp166 void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
5072 void ItaniumMangleContextImpl::mangleSEHFinallyBlock( in mangleSEHFinallyBlock() function in ItaniumMangleContextImpl
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGException.cpp1849 Mangler.mangleSEHFinallyBlock(ParentSEHFn, OS); in startOutlinedSEHHelper()