Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching defs:Symbol

62 // I.e. not as an offset to a section symbol.
73 const MCSymbol &Symbol = Target.getSymA()->getSymbol().AliasedSymbol();
77 static_cast<const MCSectionELF&>(Symbol.getSection());
87 dbgs() << "considering symbol "
89 << Symbol.getName() << "/"
93 << Symbol.isAbsolute() << "/" << Symbol.isDefined() << "/"
94 << Symbol.isVariable() << "/" << Symbol.isTemporary()
140 return &Symbol;
141 if (! Symbol.isTemporary() && InNormalSection) {
142 return &Symbol;
148 // emit the relocation as an explicit symbol or as a section relative