MCPcopy Create free account
hub / github.com/aclements/libelfin / iterator

Method iterator

dwarf/die.cc:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128die::iterator::iterator(const unit *cu, section_offset off)
129 : d(cu)
130{
131 d.read(off);
132}
133
134die::iterator &
135die::iterator::operator++()

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected