Searched refs:ipiMap (Results 1 – 2 of 2) sorted by relevance
221 (refKind == TiRefKind::IndexRef) ? ipiMap : tpiMap; in remapTypeIndex()332 ipiMap = indexMapStorage; in mergeDebugT()387 ipiMap = ipiSrc->indexMapStorage; in mergeDebugT()391 nbTypeRecords = tpiMap.size() + ipiMap.size(); in mergeDebugT()405 for (TypeIndex ti : ipiMap) in mergeDebugT()460 ipiMap = (*tsSrc)->ipiMap; in mergeDebugT()735 ipiMap = indexMapStorage; in remapTpiWithGHashes()805 ipiMap = ipiSrc->indexMapStorage; in remapTpiWithGHashes()807 ipiSrc->ipiMap = ipiMap; in remapTpiWithGHashes()834 ipiMap = tsSrc->ipiMap; in remapTpiWithGHashes()[all …]
135 llvm::ArrayRef<TypeIndex> ipiMap; variable