ddc v0.0.4+2.094.1 (2020-11-01T06:34:21Z)
Dub
Repo
DwEhTableEntry
dmd
backend
dwarfeh
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++) nothrow
static if
(
ELFOBJ || MACHOBJ
)
struct
DwEhTableEntry {
uint
start
;
uint
end
;
uint
lpad
;
uint
action
;
block
*
bcatch
;
int
prev
;
}
Members
Variables
action
uint
action
;
Undocumented in source.
bcatch
block
*
bcatch
;
Undocumented in source.
end
uint
end
;
Undocumented in source.
lpad
uint
lpad
;
Undocumented in source.
prev
int
prev
;
Undocumented in source.
start
uint
start
;
Undocumented in source.
Meta
Source
See Implementation
dmd
backend
dwarfeh
functions
actionTableInsert
genDwarfEh
sLEB128size
uLEB128size
unittest_LEB128
unittest_actionTableInsert
unittest_dwarfeh
structs
DwEhTable
DwEhTableEntry