Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDebugTypes.cpp226 (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()
456 ipiMap = (*tsSrc)->ipiMap; in mergeDebugT()
701 ipiMap = indexMapStorage; in remapTpiWithGHashes()
771 ipiMap = ipiSrc->indexMapStorage; in remapTpiWithGHashes()
773 ipiSrc->ipiMap = ipiMap; in remapTpiWithGHashes()
800 ipiMap = tsSrc->ipiMap; in remapTpiWithGHashes()
[all …]
DDebugTypes.h159 llvm::ArrayRef<TypeIndex> ipiMap; variable