diff options
author | Charles Davis <cdavis@mines.edu> | 2011-05-18 20:54:10 +0000 |
---|---|---|
committer | Charles Davis <cdavis@mines.edu> | 2011-05-18 20:54:10 +0000 |
commit | f07090134d06e0cf3508e8b8e87d775f0a7982c1 (patch) | |
tree | d57ca47ae68a3366d3642e5c2df9c14e9434e709 /lib/Target/ARM/ARMLoadStoreOptimizer.cpp | |
parent | b55d924b1e33341d08b1bead78e86fce56617784 (diff) |
Add some more Win64 EH directives:
- StartChained and EndChained delimit a chained unwind area, which can contain
additional operations to be undone if an exception occurs inside of it.
- UnwindOnly declares that this function doesn't handle any exceptions. If it
has a handler, it's an unwind handler instead of an exception handler.
- Lsda declares the location and size of the LSDA, which in the Win64 EH
scheme is kept inside the UNWIND_INFO struct. Windows itself ignores the
LSDA; it's used by the Language-Specific Handler (the "Personality Function"
from DWARF).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131572 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMLoadStoreOptimizer.cpp')
0 files changed, 0 insertions, 0 deletions