Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp169 DenseMap<const MCSymbol *, uint32_t> SymbolIndexMap; member in __anondc5f94440111::XCOFFObjectWriter
265 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()