Searched refs:SymbolIndexMap (Results 1 – 1 of 1) sorted by relevance
189 DenseMap<const MCSymbol *, uint32_t> SymbolIndexMap; member in __anon7e89722d0111::XCOFFObjectWriter286 SymbolIndexMap.clear(); in reset()441 return SymbolIndexMap.find(Sym) != SymbolIndexMap.end() in recordRelocation()442 ? SymbolIndexMap[Sym] in recordRelocation()443 : SymbolIndexMap[ContainingCsect->getQualNameSymbol()]; in recordRelocation()876 SymbolIndexMap[Csect.MCSec->getQualNameSymbol()] = Csect.SymbolTableIndex; in assignAddressesAndIndices()922 SymbolIndexMap[MCSec->getQualNameSymbol()] = Csect.SymbolTableIndex; in assignAddressesAndIndices()928 SymbolIndexMap[Sym.MCSym] = Sym.SymbolTableIndex; in assignAddressesAndIndices()