Searched defs:DebugNamesSection (Results 1 – 2 of 2) sorted by relevance
142 struct DebugNamesSection { struct143 std::vector<DebugNameAbbreviation> Abbrevs;144 std::vector<DebugNameEntry> Entries;
3251 DebugNamesSection<ELFT>::DebugNamesSection(Ctx &ctx) in DebugNamesSection() function in DebugNamesSection