Home
last modified time | relevance | path

Searched refs:nested_finally (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dwin32-seh-nested-finally.ll6 define void @nested_finally() #0 personality ptr @_except_handler3 {
78 ; CHECK: L__ehtable$nested_finally:
81 ; CHECK: .long "?dtor$[[outer]]@?0?nested_finally@4HA" # FinallyFunclet
84 ; CHECK: .long "?dtor$[[inner]]@?0?nested_finally@4HA" # FinallyFunclet
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dexceptions-seh.cpp79 extern "C" void nested_finally() { in nested_finally() function