Searched refs:TypeRemap (Results 1 – 3 of 3) sorted by relevance
89 dumpLocalRemap("Type index local -> global map", TypeRemap); in dump()
3136 F.TypeRemap.insertOrReplace( in ReadASTBlock()3842 RemapBuilder TypeRemap(F.TypeRemap); in ReadModuleOffsetMap() local3899 mapOffset(TypeIndexOffset, OM->BaseTypeIndex, TypeRemap); in ReadModuleOffsetMap()7103 = F.TypeRemap.find(LocalIndex - NUM_PREDEF_TYPE_IDS); in getGlobalTypeID()7104 assert(I != F.TypeRemap.end() && "Invalid index into type index remap"); in getGlobalTypeID()
482 ContinuousRangeMap<uint32_t, int, 2> TypeRemap; variable