Searched refs:UnitIndexEntry (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWP/ |
| H A D | DWP.h | 25 struct UnitIndexEntry { struct 80 uint32_t (&ContributionOffsets)[8], UnitIndexEntry &CurEntry, 97 buildDuplicateError(const std::pair<uint64_t, UnitIndexEntry> &PrevE, 103 const MapVector<uint64_t, UnitIndexEntry> &IndexEntries,
|
| /freebsd/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 203 MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypesFromDWP() 205 const UnitIndexEntry &TUEntry, uint32_t &TypesOffset, in addAllTypesFromDWP() 252 MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypesFromTypesSection() 254 const UnitIndexEntry &CUEntry, uint32_t &TypesOffset, in addAllTypesFromTypesSection() 261 UnitIndexEntry Entry = CUEntry; in addAllTypesFromTypesSection() 479 const MapVector<uint64_t, UnitIndexEntry> &IndexEntries, in writeIndexTable() 492 const MapVector<uint64_t, UnitIndexEntry> &IndexEntries, in writeIndex() 544 Error buildDuplicateError(const std::pair<uint64_t, UnitIndexEntry> &PrevE, in buildDuplicateError() 560 uint32_t (&ContributionOffsets)[8], UnitIndexEntry &CurEntry, in handleSection() 647 MapVector<uint64_t, UnitIndexEntry> IndexEntries; in write() [all …]
|