Searched refs:SymbolIndexMap (Results 1 – 1 of 1) sorted by relevance
315 DenseMap<const MCSymbol *, uint32_t> SymbolIndexMap; member in __anon43032e790111::XCOFFObjectWriter468 SymbolIndexMap.clear(); in reset()669 return SymbolIndexMap.contains(Sym) in recordRelocation()670 ? SymbolIndexMap[Sym] in recordRelocation()671 : SymbolIndexMap[ContainingCsect->getQualNameSymbol()]; in recordRelocation()967 SymbolIndexMap[Entry->second.FunctionSymbol] + 4); in writeSymbolEntryForCsectMemberLabel()976 ? SymbolIndexMap[Entry->second.FunctionSymbol] + 4 in writeSymbolEntryForCsectMemberLabel()977 : SymbolIndexMap[Entry->second.FunctionSymbol] + 3); in writeSymbolEntryForCsectMemberLabel()1428 SymbolIndexMap[Csect.MCSec->getQualNameSymbol()] = Csect.SymbolTableIndex; in assignAddressesAndIndices()1474 SymbolIndexMap[MCSec->getQualNameSymbol()] = Csect.SymbolTableIndex; in assignAddressesAndIndices()[all …]