Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp221 (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 …]
H A DDebugTypes.h135 llvm::ArrayRef<TypeIndex> ipiMap; variable