wasm-sourcemaps ~master (2019-11-05T14:37:45Z)
Dub
Repo
CompilationUnit
dwarf
debuginfo
Undocumented in source.
struct
CompilationUnit {
ulong
unitLength
;
ushort
dwarfVersion
;
ulong
debugAbbrevOffset
;
ubyte
addressSize
;
bool
is64bit
;
RawAttribute
[]
attributes
;
ubyte
[]
strs
;
}
Members
Variables
addressSize
ubyte
addressSize
;
Undocumented in source.
attributes
RawAttribute
[]
attributes
;
Undocumented in source.
debugAbbrevOffset
ulong
debugAbbrevOffset
;
Undocumented in source.
dwarfVersion
ushort
dwarfVersion
;
Undocumented in source.
is64bit
bool
is64bit
;
Undocumented in source.
strs
ubyte
[]
strs
;
Undocumented in source.
unitLength
ulong
unitLength
;
Undocumented in source.
Meta
Source
See Implementation
dwarf
debuginfo
aliases
readRawSLEB128
functions
getCompDir
loadStrp
readBytes
readRawAttribute
readRawString
readRawULEB128
structs
CompilationUnit
DebugInfo
RawAttribute