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.cpp203 MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypesFromDWP() argument
213 auto P = TypeIndexEntries.insert(std::make_pair(E.getSignature(), TUEntry)); in addAllTypesFromDWP()
252 MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypesFromTypesSection() argument
276 auto P = TypeIndexEntries.insert(std::make_pair(Signature, Entry)); in addAllTypesFromTypesSection()
648 MapVector<uint64_t, UnitIndexEntry> TypeIndexEntries; in write() local
793 auto P = TypeIndexEntries.insert( in write()
812 Out, TypeIndexEntries, TypesSection, CurTypesSection, CurEntry, in write()
912 Out, TypeIndexEntries, TUIndex, OutSection, TypeInputSection, in write()
928 TypeIndexEntries, IndexVersion); in write()