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

Declarations

include/llvm/MC/MCSymbolELF.h
   33   unsigned getType() const;

References

lib/MC/ELFObjectWriter.cpp
  124       unsigned LHSType = Symbol->getType();
  125       unsigned RHSType = RHS.Symbol->getType();
  516   while (Symbol->getType() != ELF::STT_GNU_IFUNC) {
  521         mergeTypeForSet(Symbol->getType(), ELF::STT_GNU_IFUNC) != ELF::STT_GNU_IFUNC)
  540   uint8_t Type = Symbol.getType();
  544     Type = mergeTypeForSet(Type, Base->getType());
  576   if (Sym.getType() == ELF::STT_GNU_IFUNC)
  624   if (Symbol.getType() == ELF::STT_SECTION)
  703         assert(static_cast<const MCSymbolELF &>(Symbol).getType() ==
  721     if (Symbol.getType() != ELF::STT_SECTION) {
  764     unsigned StringIndex = MSD.Symbol->getType() == ELF::STT_SECTION
 1399   if (Sym->getType() == ELF::STT_GNU_IFUNC)
lib/MC/MCELFStreamer.cpp
  220     Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_OBJECT));
  242     Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_FUNC));
  246     Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_GNU_IFUNC));
  250     Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_OBJECT));
  254     Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_TLS));
  259     Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_OBJECT));
  263     Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_NOTYPE));
lib/MC/MCSymbolELF.cpp
   43   if (getType() == ELF::STT_SECTION && Binding != ELF::STB_LOCAL)
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
  890     unsigned Type = cast<MCSymbolELF>(Sym)->getType();
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
 1142   unsigned Type = cast<MCSymbolELF>(Symbol)->getType();
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
  884   uint8_t Type = Symbol->getType();