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

Declarations

tools/lld/ELF/Symbols.h
   24 std::string toString(const elf::Symbol &);

References

tools/lld/ELF/Arch/AArch64.cpp
  151           ") against symbol " + toString(s));
tools/lld/ELF/Arch/AMDGPU.cpp
  100           ") against symbol " + toString(s));
tools/lld/ELF/Arch/Hexagon.cpp
  130           ") against symbol " + toString(s));
tools/lld/ELF/Arch/Mips.cpp
  184           ") against symbol " + toString(s));
tools/lld/ELF/Arch/PPC.cpp
  239           ") against symbol " + toString(s));
tools/lld/ELF/Arch/PPC64.cpp
  632           ") against symbol " + toString(s));
tools/lld/ELF/Arch/SPARCV9.cpp
   73           ") against symbol " + toString(s));
tools/lld/ELF/Arch/X86.cpp
  154           ") against symbol " + toString(s));
tools/lld/ELF/Arch/X86_64.cpp
  127           ") against symbol " + toString(s));
tools/lld/ELF/InputSection.cpp
  315     return srcFile + ":(function " + toString(*d) + ": " + secAndOffset + ")";
  351         return filename + ":(" + toString(*d) + ")" + archive;
  859                         " against symbol '" + toString(sym) + "'";
tools/lld/ELF/MapFile.cpp
   93     os << indent16 << toString(*syms[i]);
  255     print(toString(*sym), toString(sym->file));
tools/lld/ELF/Relocations.cpp
  424         toString(sym) + getLocation(s, sym, relOff));
  562     fatal("cannot create a copy relocation for symbol " + toString(ss));
  667           toString(sym);
  785     msg = "undefined " + visibility() + "symbol: " + toString(sym);
  810       msg += "\n>>> did you mean: " + toString(*corrected);
 1080       errorOrWarn("cannot preempt symbol: " + toString(sym) +
 1090                 " against symbol '" + toString(*ss) +
 1128         errorOrWarn("symbol '" + toString(sym) +
 1148                                  : "symbol: " + toString(sym)) +
 1155           (sym.getName().empty() ? "local symbol" : "symbol " + toString(sym)) +
 1160   errorOrWarn("symbol '" + toString(sym) + "' has no type" +
tools/lld/ELF/Symbols.cpp
  572     error("duplicate symbol: " + toString(*sym) + "\n>>> defined in " +
  590   std::string msg = "duplicate symbol: " + toString(*sym) + "\n>>> defined at ";
tools/lld/ELF/Symbols.h
  531     error("TLS attribute mismatch: " + toString(*this) + "\n>>> defined in " +
tools/lld/ELF/Thunks.cpp
  826   fatal("relocation " + toString(reloc) + " to " + toString(s) +
  844   fatal("relocation " + toString(reloc) + " to " + toString(s) +
tools/lld/ELF/Writer.cpp
 1594         errorOrWarn("assignment to symbol " + toString(*changedSym) +
 1776             error(toString(f) + ": undefined reference to " + toString(*sym));