Home
last modified time | relevance | path

Searched defs:tpiSrcIdx (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lld/COFF/
H A DDebugTypes.h114 uint32_t tpiSrcIdx = 0; variable
H A DDebugTypes.cpp964 GHashCell(bool isItem, uint32_t tpiSrcIdx, uint32_t ghashIdx) in GHashCell()
1101 parallelFor(0, ctx.tpiSourceList.size(), [&](size_t tpiSrcIdx) { in mergeTypesWithGHash()
1155 uint32_t tpiSrcIdx = cell.getTpiSrcIdx(); in mergeTypesWithGHash() local