Searched refs:ipiMap (Results 1 – 2 of 2) sorted by relevance
220 (refKind == TiRefKind::IndexRef) ? ipiMap : tpiMap; in remapTypeIndex()331 ipiMap = indexMapStorage; in mergeDebugT()390 ipiMap = ipiSrc->indexMapStorage; in mergeDebugT()394 nbTypeRecords = tpiMap.size() + ipiMap.size(); in mergeDebugT()408 for (TypeIndex ti : ipiMap) in mergeDebugT()463 ipiMap = (*tsSrc)->ipiMap; in mergeDebugT()739 ipiMap = indexMapStorage; in remapTpiWithGHashes()810 ipiMap = ipiSrc->indexMapStorage; in remapTpiWithGHashes()812 ipiSrc->ipiMap = ipiMap; in remapTpiWithGHashes()839 ipiMap = tsSrc->ipiMap; in remapTpiWithGHashes()[all …]
135 llvm::ArrayRef<TypeIndex> ipiMap; variable