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

References

tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
  294     error.SetErrorString("Empty value object for return value.");
  295     return error;
  300     error.SetErrorString("Null clang type for return value.");
  301     return error;
  321       error.SetErrorStringWithFormat(
  324       return error;
  333       error.SetErrorString("We don't support returning longer than 64 bit "
  338       error.SetErrorString(
  344         error.SetErrorString("can't get size of type");
  345         return error;
  352           error.SetErrorStringWithFormat(
  355           return error;
  365         error.SetErrorString(
  375     error.SetErrorString("We only support setting simple integer and float "
  379   return error;