Home
last modified time | relevance | path

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

/freebsd/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()
651 MapVector<uint64_t, UnitIndexEntry> TypeIndexEntries; in write() local
796 auto P = TypeIndexEntries.insert( in write()
815 Out, TypeIndexEntries, TypesSection, CurTypesSection, CurEntry, in write()
915 Out, TypeIndexEntries, TUIndex, OutSection, TypeInputSection, in write()
931 TypeIndexEntries, IndexVersion); in write()