Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp1082 GHashState ghashState; in mergeTypesWithGHash() local
1099 ghashState.table.init(static_cast<uint32_t>(tableSize)); in mergeTypesWithGHash()
1117 ghashState.table.insert(ctx, ghash, GHashCell(isItem, tpiSrcIdx, i)); in mergeTypesWithGHash()
1135 for (const GHashCell &cell : ArrayRef(ghashState.table.table, tableSize)) { in mergeTypesWithGHash()
1169 ghashState.table.table[ghashCellIndex] = in mergeTypesWithGHash()
1175 source->remapTpiWithGHashes(&ghashState); in mergeTypesWithGHash()
1177 source->remapTpiWithGHashes(&ghashState); in mergeTypesWithGHash()