Home
last modified time | relevance | path

Searched refs:TypeIndexEntries (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp206 MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypesFromDWP() argument
216 auto P = TypeIndexEntries.insert(std::make_pair(E.getSignature(), TUEntry)); in addAllTypesFromDWP()
255 MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypesFromTypesSection() argument
279 auto P = TypeIndexEntries.insert(std::make_pair(Signature, Entry)); in addAllTypesFromTypesSection()
627 MapVector<uint64_t, UnitIndexEntry> TypeIndexEntries; in write() local
772 auto P = TypeIndexEntries.insert( in write()
791 Out, TypeIndexEntries, TypesSection, CurTypesSection, CurEntry, in write()
891 Out, TypeIndexEntries, TUIndex, OutSection, TypeInputSection, in write()
907 TypeIndexEntries, IndexVersion); in write()