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

References

tools/lldb/source/Expression/IRExecutionUnit.cpp
  228     error.SetErrorToGenericError();
  229     error.SetErrorString("Couldn't write the JIT compiled code into the "
  261                                                           &error);
  288     error.SetErrorToGenericError();
  289     error.SetErrorStringWithFormat("Couldn't JIT the function: %s",
  338     if (!error.Success()) {
  344       error.SetErrorToGenericError();
  345       error.SetErrorStringWithFormat(
  414     error.SetErrorString(ss.GetString());