Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/COFF/
H A DDebugTypes.cpp690 uint32_t ghashIndex = 0; in mergeUniqueTypeRecords() local
700 *nextUniqueIndex == ghashIndex) { in mergeUniqueTypeRecords()
706 ++ghashIndex; in mergeUniqueTypeRecords()
712 ghashIndex = 0; in mergeUniqueTypeRecords()
716 *nextUniqueIndex == ghashIndex) { in mergeUniqueTypeRecords()
717 mergeTypeRecord(beginIndex + ghashIndex, ty); in mergeUniqueTypeRecords()
720 ++ghashIndex; in mergeUniqueTypeRecords()