wasm-sourcemaps ~master (2019-11-05T14:37:45Z)
Dub
Repo
DebugInfo
dwarf
debuginfo
Undocumented in source.
struct
DebugInfo {
this
(ubyte[] contents, const(Tag[ULEB128]) tags, ubyte[] strs);
const
(
CompilationUnit
)[]
units
();
}
Constructors
this
this
(ubyte[] contents, const(Tag[ULEB128]) tags, ubyte[] strs)
Undocumented in source.
Members
Functions
units
const
(
CompilationUnit
)[]
units
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dwarf
debuginfo
aliases
readRawSLEB128
functions
getCompDir
loadStrp
readBytes
readRawAttribute
readRawString
readRawULEB128
structs
CompilationUnit
DebugInfo
RawAttribute