Searched refs:SymbolIndexTable (Results 1 – 2 of 2) sorted by relevance
266 SymbolIndexTable[SymbolIndex] = in processCsectsAndSymbols()339 SymbolIndexTable[SymbolIndex] = in processCsectsAndSymbols()373 assert(SymbolIndexTable.contains(SymbolIndex) && in processRelocations()375 auto *S = SymbolIndexTable[SymbolIndex]; in processRelocations()
57 DenseMap<uint32_t, Symbol *> SymbolIndexTable; variable