ddc v0.0.4+2.094.1 (2020-11-01T06:34:21Z)
Dub
Repo
DwEhTable
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
DwEhTable {
nothrow
DwEhTableEntry
*
ptr
;
nothrow
uint
dim
;
nothrow
uint
capacity
;
DwEhTableEntry
*
index
(uint i);
uint
push
();
}
Members
Functions
index
DwEhTableEntry
*
index
(uint i)
Undocumented in source. Be warned that the author may not have intended to support it.
push
uint
push
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
capacity
uint
capacity
;
Undocumented in source.
dim
uint
dim
;
Undocumented in source.
ptr
DwEhTableEntry
*
ptr
;
Undocumented in source.
Meta
Source
See Implementation
dmd
backend
dwarfeh
functions
actionTableInsert
genDwarfEh
sLEB128size
uLEB128size
unittest_LEB128
unittest_actionTableInsert
unittest_dwarfeh
structs
DwEhTable
DwEhTableEntry