Home | History | Annotate | Download | only in Serialization

Lines Matching refs:TypeRemap

2009         F.TypeRemap.insertOrReplace(
2290 ContinuousRangeMap<uint32_t, int, 2>::Builder TypeRemap(F.TypeRemap);
2329 TypeRemap.insert(std::make_pair(TypeIndexOffset,
5009 = F.TypeRemap.find(LocalIndex - NUM_PREDEF_TYPE_IDS);
5010 assert(I != F.TypeRemap.end() && "Invalid index into type index remap");