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

Overridden By

lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
   54 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
lib/Target/Lanai/MCTargetDesc/LanaiELFObjectWriter.cpp
   75 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCSymbol & /*SD*/,
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  531 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
  427 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp
   28   bool needsRelocateWithSymbol(const MCSymbol &Sym,
lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
  115 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym,

Declarations

include/llvm/MC/MCELFObjectWriter.h
   90   virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,

References

lib/MC/ELFObjectWriter.cpp
 1437   if (TargetObjectWriter->needsRelocateWithSymbol(*Sym, Type))