Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
die::iterator::iterator(const unit *cu, section_offset off)
129
: d(cu)
130
{
131
d.read(off);
132
}
133
134
die::iterator &
135
die::iterator::operator++()
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected