Searched defs:UnitIndexEntry (Results 1 – 2 of 2) sorted by relevance
18 struct UnitIndexEntry { struct19 DWARFUnitIndex::Entry::SectionContribution Contributions[8];20 std::string Name;21 std::string DWOName;22 StringRef DWPName;
183 struct UnitIndexEntry { struct200 MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypesFromDWP() argument