Searched refs:SymbolIndexMap (Results 1 – 1 of 1) sorted by relevance
169 DenseMap<const MCSymbol *, uint32_t> SymbolIndexMap; member in __anondc5f94440111::XCOFFObjectWriter265 SymbolIndexMap.clear(); in reset()418 return SymbolIndexMap.find(Sym) != SymbolIndexMap.end() in recordRelocation()419 ? SymbolIndexMap[Sym] in recordRelocation()420 : SymbolIndexMap[ContainingCsect->getQualNameSymbol()]; in recordRelocation()851 SymbolIndexMap[Csect.MCCsect->getQualNameSymbol()] = Csect.SymbolTableIndex; in assignAddressesAndIndices()897 SymbolIndexMap[MCSec->getQualNameSymbol()] = Csect.SymbolTableIndex; in assignAddressesAndIndices()903 SymbolIndexMap[Sym.MCSym] = Sym.SymbolTableIndex; in assignAddressesAndIndices()