Searched refs:UnitIndexEntry (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 183 struct UnitIndexEntry { struct 200 MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypesFromDWP() argument 202 const UnitIndexEntry &TUEntry, uint32_t &TypesOffset) { in addAllTypesFromDWP() 230 MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypes() 233 const UnitIndexEntry &CUEntry, uint32_t &TypesOffset) { in addAllTypes() 239 UnitIndexEntry Entry = CUEntry; in addAllTypes() 266 const MapVector<uint64_t, UnitIndexEntry> &IndexEntries, in writeIndexTable() 277 const MapVector<uint64_t, UnitIndexEntry> &IndexEntries) { in writeIndex() 389 uint32_t (&ContributionOffsets)[8], UnitIndexEntry &CurEntry, in handleSection() 456 buildDuplicateError(const std::pair<uint64_t, UnitIndexEntry> &PrevE, in buildDuplicateError() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 194 struct UnitIndexEntry { struct 211 MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypesFromDWP() argument 213 const UnitIndexEntry &TUEntry, uint32_t &TypesOffset) { in addAllTypesFromDWP() 241 MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypes() 244 const UnitIndexEntry &CUEntry, uint32_t &TypesOffset) { in addAllTypes() 250 UnitIndexEntry Entry = CUEntry; in addAllTypes() 277 const MapVector<uint64_t, UnitIndexEntry> &IndexEntries, in writeIndexTable() 288 const MapVector<uint64_t, UnitIndexEntry> &IndexEntries) { in writeIndex() 392 uint32_t (&ContributionOffsets)[8], UnitIndexEntry &CurEntry, in handleSection() 459 buildDuplicateError(const std::pair<uint64_t, UnitIndexEntry> &PrevE, in buildDuplicateError() [all …]
|