Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDebugTypes.cpp1155 TypeIndex fakeCellIndex = indexMapStorage[i]; in fillMapFromGHashes() local
1156 if (fakeCellIndex.isSimple()) in fillMapFromGHashes()
1157 mapToFill[i] = fakeCellIndex; in fillMapFromGHashes()
1159 mapToFill[i] = loadPdbTypeIndexFromCell(g, fakeCellIndex.toArrayIndex()); in fillMapFromGHashes()