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

Overridden By

lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp
   32 const MCExpr *RISCVMCAsmInfo::getExprForFDESymbol(const MCSymbol *Sym,
lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp
   63 SparcELFMCAsmInfo::getExprForFDESymbol(const MCSymbol *Sym,

Declarations

include/llvm/MC/MCAsmInfo.h
  453   virtual const MCExpr *getExprForFDESymbol(const MCSymbol *Sym,

References

lib/MC/MCAsmInfo.cpp
   85   return getExprForFDESymbol(Sym, Encoding, Streamer);
lib/MC/MCDwarf.cpp
 1279   const MCExpr *v = asmInfo->getExprForFDESymbol(&symbol,
lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp
   36     return MCAsmInfo::getExprForFDESymbol(Sym, Encoding, Streamer);
lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp
   71   return MCAsmInfo::getExprForFDESymbol(Sym, Encoding, Streamer);