EntryForOffset
DebugInfoEntry* EntryForOffset(off_t offset) const;
DebugInfoEntry* typeEntry = unit->EntryForOffset(unit->TypeOffset());
return unit->EntryForOffset(offset);
DebugInfoEntry* entry = unit->EntryForOffset(offset);