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

References

tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  444     error.SetErrorString("Empty value object for return value.");
  445     return error;
  450     error.SetErrorString("Null clang type for return value.");
  451     return error;
  471       error.SetErrorStringWithFormat(
  474       return error;
  483       error.SetErrorString("We don't support returning longer than 64 bit "
  488       error.SetErrorString(
  494         error.SetErrorString("can't get type size");
  495         return error;
  505           error.SetErrorStringWithFormat(
  508           return error;
  520         error.SetErrorString(
  530     error.SetErrorString("We only support setting simple integer and float "
  534   return error;