Searched refs:TypeIndexEntries (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DWP/ |
| H A D | DWP.cpp | 183 MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypesFromDWP() argument 192 auto P = TypeIndexEntries.insert(std::make_pair(E.getSignature(), TUEntry)); in addAllTypesFromDWP() 217 MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypesFromTypesSection() argument 240 auto P = TypeIndexEntries.insert(std::make_pair(Signature, Entry)); in addAllTypesFromTypesSection() 567 MapVector<uint64_t, UnitIndexEntry> TypeIndexEntries; in write() local 683 auto P = TypeIndexEntries.insert( in write() 699 Out, TypeIndexEntries, TypesSection, CurTypesSection, CurEntry, in write() 794 addAllTypesFromDWP(Out, TypeIndexEntries, TUIndex, OutSection, in write() 808 TypeIndexEntries, IndexVersion); in write()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 1372 MapVector<uint64_t, UnitIndexEntry> TypeIndexEntries; in writeDWP() local 1515 TypeIndexEntries.insert(std::make_pair(TUC.Signature, TUEntry)); in writeDWP() 1527 ContributionOffsets, TypeIndexEntries, IndexVersion); in writeDWP()
|