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

References

tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  328     error.SetErrorString("Empty value object for return value.");
  329     return error;
  334     error.SetErrorString("Null clang type for return value.");
  335     return error;
  347     error.SetErrorStringWithFormat(
  350     return error;
  360       error.SetErrorString("Pointer to be returned is not 4 bytes wide");
  361       return error;
  445           error.SetErrorString("Invalid number of bytes for this return type");
  446           return error;
  457         error.SetErrorString("Implementation is missing for this clang type.");
  462       error.SetErrorString("Invalid clang type");
  468     error.SetErrorString("Currently only Integral and Floating Point clang "
  472     error.SetErrorString("Register writing failed");
  473   return error;