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

Declarations

tools/llvm-objcopy/llvm-objcopy.h
   21 LLVM_ATTRIBUTE_NORETURN extern void error(Twine Message);

References

tools/llvm-objcopy/COFF/COFFObjcopy.cpp
   47     error("'" + File + "': " + LinkTargetOrErr.getError().message());
tools/llvm-objcopy/ELF/Object.cpp
  126   error("cannot write symbol section index table '" + Sec.Name + "' ");
  130   error("cannot write symbol table '" + Sec.Name + "' out to binary");
  134   error("cannot write relocation section '" + Sec.Name + "' out to binary");
  138   error("cannot write '" + Sec.Name + "' out to binary");
  142   error("cannot write '" + Sec.Name + "' out to binary");
  443   error("cannot write compressed section '" + Sec.Name + "' ");
  472   error("cannot write compressed section '" + Sec.Name + "' ");
  771     error("invalid symbol index: " + Twine(Index));
 1264   error("could not find partition named '" + *ExtractPartition + "'");
 1272       error("program header with offset 0x" + Twine::utohexstr(Phdr.p_offset) +
 1327     error("invalid alignment " + Twine(GroupSec->Align) + " of group section '" +
 1338     error("info field value '" + Twine(GroupSec->Info) + "' in section '" +
 1344     error("the content of the section " + GroupSec->Name + " is malformed");
 1371         error("symbol '" + Name +
 1379           error("symbol section index table does not have the same number of "
 1388         error(
 1428     error(ErrMsg);
 1437   error(TypeErrMsg);
 1683   error("invalid file type");
tools/llvm-objcopy/llvm-objcopy.h
   36   error(Buf);