Home
last modified time | relevance | path

Searched refs:ipiMap (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.cpp214 (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 …]
H A DDebugTypes.h138 llvm::ArrayRef<TypeIndex> ipiMap; variable