Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp335 tpiMap = indexMapStorage; in mergeDebugT()
349 TypeIndex dstIdx = tpiMap[srcIdx++]; in mergeDebugT()
384 tpiMap = indexMapStorage; in mergeDebugT()
406 for (TypeIndex ti : tpiMap) in mergeDebugT()
460 tpiMap = (*tsSrc)->tpiMap; in mergeDebugT()
533 if (precompSrc->tpiMap.empty()) in mergeInPrecompHeaderObj()
727 tpiMap = indexMapStorage; in remapTpiWithGHashes()
792 tpiMap = indexMapStorage; in remapTpiWithGHashes()
799 ipiSrc->tpiMap = tpiMap; in remapTpiWithGHashes()
826 tpiMap = tsSrc->tpiMap; in remapTpiWithGHashes()
[all …]
H A DDebugTypes.h157 llvm::ArrayRef<TypeIndex> tpiMap; variable