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

References

tools/dsymutil/DwarfLinker.cpp
 2311         error(Err);
 2853       return error(toString(std::move(E)));
tools/dsymutil/DwarfStreamer.cpp
   56     return error(ErrorStr, Context);
   62     return error(Twine("no register info for target ") + TripleName, Context);
   67     return error("no asm info for target " + TripleName, Context);
   75     return error("no subtarget info for target " + TripleName, Context);
   79     return error("no asm backend for target " + TripleName, Context);
   83     return error("no instr info info for target " + TripleName, Context);
   87     return error("no code emitter for target " + TripleName, Context);
  110     return error("no object streamer for target " + TripleName, Context);
  116     return error("no target machine for target " + TripleName, Context);
  120     return error("no asm printer for target " + TripleName, Context);
tools/dsymutil/MachOUtils.cpp
  351     return error(Twine("opening ") + DM.getBinaryPath() + ": " +
  360     return error(Twine("opening ") + DM.getBinaryPath() + ": " +
  382         return error("Binary contains more than one UUID");