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

Declarations

tools/lld/ELF/InputSection.h
  361 std::string toString(const elf::InputSectionBase *);

References

tools/lld/ELF/ICF.cpp
  491     print("selected section " + toString(sections[begin]));
  493       print("  removing identical section " + toString(sections[i]));
tools/lld/ELF/InputFiles.cpp
  610             toString(linkSec));
tools/lld/ELF/InputSection.cpp
   69     error(toString(this) + ": section too large");
   78     fatal(toString(this) + ": sh_addralign is not a power of 2");
  154     fatal(toString(this) +
  218       error(toString(this) + ": corrupted compressed section header");
  224       error(toString(this) + ": corrupted compressed section header");
  243       error(toString(this) + ": corrupted compressed section");
  249       error(toString(this) + ": unsupported compression type");
  261     error(toString(this) + ": corrupted compressed section");
  267     error(toString(this) + ": unsupported compression type");
 1084         error(toString(this) + ": " + f->getName() +
 1126       fatal(toString(this) +
 1235       fatal(toString(this) + ": string is not null terminated");
 1285     fatal(toString(this) + ": offset is outside the section");
tools/lld/ELF/LinkerScript.cpp
  682         error(toString(s) + " is being placed in '" + name + "'");
  684         warn(toString(s) + " is being placed in '" + name + "'");
tools/lld/ELF/MapFile.cpp
  189           os << indent8 << toString(isec) << '\n';
tools/lld/ELF/MarkLive.cpp
  379         message("removing unused section " + toString(sec));
tools/lld/ELF/OutputSections.cpp
  119       error("incompatible section flags for " + name + "\n>>> " + toString(isec) +
  126               toString(isec) + ": " +
tools/lld/ELF/SyntheticSections.cpp
  419       fatal(toString(sec) + ": invalid CIE reference");
  518         fatal(toString(fde->sec) + ": PC offset is too large: 0x" +
 2566       error(toString(sec) + ": " + toString(std::move(e)));
 2571       error(toString(sec) + ": " + toString(ranges.takeError()));
tools/lld/ELF/Writer.cpp
 1529             error(toString(isec) + ": sh_link points to discarded section " +
 1530                   toString(link));
 1961           error("cannot place " + toString(isec) + " into " + toString(os->name) +