Lines Matching refs:SymbolIndexMap
317 DenseMap<const MCSymbol *, uint32_t> SymbolIndexMap; member in __anonf52d242f0111::XCOFFObjectWriter
468 SymbolIndexMap.clear(); in reset()
655 return SymbolIndexMap.contains(Sym) in recordRelocation()
656 ? SymbolIndexMap[Sym] in recordRelocation()
657 : SymbolIndexMap[ContainingCsect->getQualNameSymbol()]; in recordRelocation()
913 SymbolIndexMap[Entry->second.FunctionSymbol] + 4); in writeSymbolEntryForCsectMemberLabel()
922 ? SymbolIndexMap[Entry->second.FunctionSymbol] + 4 in writeSymbolEntryForCsectMemberLabel()
923 : SymbolIndexMap[Entry->second.FunctionSymbol] + 3); in writeSymbolEntryForCsectMemberLabel()
1366 SymbolIndexMap[Csect.MCSec->getQualNameSymbol()] = Csect.SymbolTableIndex; in assignAddressesAndIndices()
1412 SymbolIndexMap[MCSec->getQualNameSymbol()] = Csect.SymbolTableIndex; in assignAddressesAndIndices()
1428 SymbolIndexMap[Sym.MCSym] = Sym.SymbolTableIndex; in assignAddressesAndIndices()
1479 SymbolIndexMap[MCSec->getQualNameSymbol()] = DwarfSect.SymbolTableIndex; in assignAddressesAndIndices()
1610 W.write<uint32_t>(SymbolIndexMap[it->second.FunctionSymbol]); in writeSectionForExceptionSectionEntry()