Home | History | Annotate | Download | only in Serialization

Lines Matching refs:TypeRemap

1822         F.TypeRemap.insertOrReplace(
2089 ContinuousRangeMap<uint32_t, int, 2>::Builder TypeRemap(F.TypeRemap);
2125 TypeRemap.insert(std::make_pair(TypeIndexOffset,
4462 = F.TypeRemap.find(LocalIndex - NUM_PREDEF_TYPE_IDS);
4463 assert(I != F.TypeRemap.end() && "Invalid index into type index remap");