Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp1234 TypeIndex fakeCellIndex = indexMapStorage[i]; in fillMapFromGHashes() local
1235 if (fakeCellIndex.isSimple()) in fillMapFromGHashes()
1236 indexMapStorage[i] = fakeCellIndex; in fillMapFromGHashes()
1239 loadPdbTypeIndexFromCell(g, fakeCellIndex.toArrayIndex()); in fillMapFromGHashes()