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

References

tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  416     error.SetErrorString("Empty value object for return value.");
  417     return error;
  422     error.SetErrorString("Null clang type for return value.");
  423     return error;
  443       error.SetErrorStringWithFormat(
  446       return error;
  455       error.SetErrorString("We don't support returning longer than 64 bit "
  460       error.SetErrorString(
  466         error.SetErrorString("can't get type size");
  467         return error;
  474           error.SetErrorStringWithFormat(
  477           return error;
  487         error.SetErrorString(
  497     error.SetErrorString("We only support setting simple integer and float "
  501   return error;