Searched refs:ipiMap (Results 1 – 2 of 2) sorted by relevance
214 (refKind == TiRefKind::IndexRef) ? ipiMap : tpiMap; in remapTypeIndex()320 ipiMap = indexMapStorage; in mergeDebugT()375 ipiMap = ipiSrc->indexMapStorage; in mergeDebugT()379 nbTypeRecords = tpiMap.size() + ipiMap.size(); in mergeDebugT()393 for (TypeIndex ti : ipiMap) in mergeDebugT()446 ipiMap = (*tsSrc)->ipiMap; in mergeDebugT()698 ipiMap = indexMapStorage; in remapTpiWithGHashes()768 ipiMap = ipiSrc->indexMapStorage; in remapTpiWithGHashes()770 ipiSrc->ipiMap = ipiMap; in remapTpiWithGHashes()797 ipiMap = tsSrc->ipiMap; in remapTpiWithGHashes()[all …]
138 llvm::ArrayRef<TypeIndex> ipiMap; variable