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

Overridden By

lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
  126   void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override {
  164   void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override {
  236   void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override {
  257   void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override {

References

lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
 1781   TStreamer.emitLocalEntry(Sym, Expr);
lib/Target/PowerPC/PPCAsmPrinter.cpp
 1560       TS->emitLocalEntry(cast<MCSymbolELF>(CurrentFnSym), LocalOffsetExp);