reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/ELFObjectWriter.cpp
  124       unsigned LHSType = Symbol->getType();
  125       unsigned RHSType = RHS.Symbol->getType();
  530   const auto &Symbol = cast<MCSymbolELF>(*MSD.Symbol);
  553   uint64_t Value = SymbolValue(*MSD.Symbol, Layout);
  556   const MCExpr *ESize = MSD.Symbol->getSize();
  671     MSD.Symbol = cast<MCSymbolELF>(&Symbol);
  764     unsigned StringIndex = MSD.Symbol->getType() == ELF::STT_SECTION
  767     MSD.Symbol->setIndex(Index++);
  776     MSD.Symbol->setIndex(Index++);
  778     assert(MSD.Symbol->getBinding() != ELF::STB_LOCAL);