Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp331 tpiMap = indexMapStorage; in mergeDebugT()
345 TypeIndex dstIdx = tpiMap[srcIdx++]; in mergeDebugT()
380 tpiMap = indexMapStorage; in mergeDebugT()
402 for (TypeIndex ti : tpiMap) in mergeDebugT()
459 tpiMap = (*tsSrc)->tpiMap; in mergeDebugT()
532 if (precompSrc->tpiMap.empty()) in mergeInPrecompHeaderObj()
734 tpiMap = indexMapStorage; in remapTpiWithGHashes()
799 tpiMap = indexMapStorage; in remapTpiWithGHashes()
806 ipiSrc->tpiMap = tpiMap; in remapTpiWithGHashes()
833 tpiMap = tsSrc->tpiMap; in remapTpiWithGHashes()
[all …]
H A DDebugTypes.h134 llvm::ArrayRef<TypeIndex> tpiMap; variable