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

Function impl

dwarf/dwarf.cc:17–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15struct dwarf::impl
16{
17 impl(const std::shared_ptr<loader> &l)
18 : l(l), have_type_units(false) { }
19
20 std::shared_ptr<loader> l;
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected