Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp79 TypeServerIpiSource *ipiSrc = nullptr; member in __anon08affc140111::TypeServerSource
195 tpiSource->ipiSrc = make<TypeServerIpiSource>(ctx); in makeTypeServerSource()
384 if (auto err = mergeIdRecords(m->idTable, tpiMap, ipiSrc->indexMapStorage, in mergeDebugT()
387 ipiMap = ipiSrc->indexMapStorage; in mergeDebugT()
770 ipiSrc->assignGHashesFromVector( in loadGHashes()
774 ipiSrc->isItemIndex.resize(ipiSrc->ghashes.size()); in loadGHashes()
775 ipiSrc->isItemIndex.set(0, ipiSrc->ghashes.size()); in loadGHashes()
803 ipiSrc->indexMapStorage.resize(ipiSrc->ghashes.size()); in remapTpiWithGHashes()
804 ipiSrc->fillMapFromGHashes(g); in remapTpiWithGHashes()
805 ipiMap = ipiSrc->indexMapStorage; in remapTpiWithGHashes()
[all …]