Home
last modified time | relevance | path

Searched refs:SymbolIndexMap (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp189 DenseMap<const MCSymbol *, uint32_t> SymbolIndexMap; member in __anon7e89722d0111::XCOFFObjectWriter
286 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()