Lines Matching defs:reportError

214   void reportError(const Twine &Msg);
215 void reportError(Error Err);
373 reportError("multiple section header tables are not allowed");
389 reportError("repeated section/fill name: '" + C->Name +
396 reportError("cannot use '.dynsym' as the section header name table when "
403 reportError("cannot use '.symtab' as the section header name table when "
413 reportError("cannot use '" + SecName +
560 reportError("unknown section or fill referenced: '" + *YamlPhdr.FirstSec +
565 reportError("unknown section or fill referenced: '" + *YamlPhdr.LastSec +
572 reportError("program header with index " + Twine(I) +
589 reportError("unknown section referenced: '" + S + "' by YAML symbol '" +
592 reportError("unknown section referenced: '" + S + "' by YAML section '" +
609 reportError("unable to link '" + LocSec + "' to excluded section '" + S +
612 reportError("excluded section referenced: '" + S + "' by symbol '" +
626 reportError("unknown symbol referenced: '" + S + "' by YAML section '" +
990 reportError("cannot specify both `Content` and " + Property +
993 reportError("cannot specify both `Size` and " + Property +
1107 reportError("cannot specify section '" + Name +
1115 reportError(ShSizeOrErr.takeError());
1134 template <class ELFT> void ELFState<ELFT>::reportError(const Twine &Msg) {
1139 template <class ELFT> void ELFState<ELFT>::reportError(Error Err) {
1141 reportError(Err.message());
1174 reportError("sections in the program header with index " +
1179 reportError("'Offset' for segment with index " + Twine(PhdrIdx) +
1356 reportError(Section.Name + ": the value is too large for 32-bits: 0x" +
1579 reportError("the 'Offset' value (0x" +
1808 reportError(Section.Name + ": invalid alignment for a note section: 0x" +
1814 reportError(Section.Name + ": invalid offset of a note section: 0x" +
1936 reportError("repeated section name: '" + Hdr.Name +
1954 reportError("section '" + S->Name +
1960 reportError("section header contains undefined section '" + It.getKey() +
2005 reportError("repeated symbol name: '" + Sym.Name + "'");
2101 State.reportError(