Searched refs:tsIndexMap (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp52 tsIndexMap.isTypeServerMap = true;
61 CVIndexMap tsIndexMap; member in class:__anon2669::TypeServerSource
279 mergeTypeRecords(m->globalTypeTable, tsIndexMap.tpiMap,
287 if (auto err = mergeIdRecords(m->globalIDTable, tsIndexMap.tpiMap,
288 tsIndexMap.ipiMap, maybeIpi->typeArray(),
294 if (auto err = mergeTypeRecords(m->typeTable, tsIndexMap.tpiMap,
300 if (auto err = mergeIdRecords(m->idTable, tsIndexMap.tpiMap,
301 tsIndexMap.ipiMap, maybeIpi->typeArray()))
312 for (TypeIndex ti : tsIndexMap.tpiMap)
315 for (TypeIndex ti : tsIndexMap
[all...]

Completed in 100 milliseconds