Compiler implementation of the D programming language. 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, http://www.digitalmars.com
Copyright (C) 2015-2020 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Compiler implementation of the D programming language. Implements LSDA (Language Specific Data Area) table generation for Dwarf Exception Handling.