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