Implements LSDA (Language Specific Data Area) table generation for Dwarf Exception Handling.
Insert action (ttindex, offset) in Action Table if it is not already there.
Generate .gcc_except_table, aka LS
Determine size of Signed LEB128 encoded value.
Determine size of Unsigned LEB128 encoded value.
See Source File backend/dwarfeh.d
Walter Bright, https://www.digitalmars.com
Copyright (C) 2015-2023 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Implements LSDA (Language Specific Data Area) table generation for Dwarf Exception Handling.