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

References

tools/lldb/source/Expression/IRExecutionUnit.cpp
  106   ret.Clear();
  119     ret.SetErrorToGenericError();
  120     ret.SetErrorStringWithFormat("Couldn't find function %s for disassembly",
  122     return ret;
  135     ret.SetErrorToGenericError();
  136     ret.SetErrorStringWithFormat("Couldn't find code range for function %s",
  138     return ret;
  146     ret.SetErrorToGenericError();
  147     ret.SetErrorString("Couldn't find the target");
  148     return ret;
  159     ret.SetErrorToGenericError();
  160     ret.SetErrorStringWithFormat("Couldn't read from process: %s",
  162     return ret;
  173     ret.SetErrorToGenericError();
  174     ret.SetErrorStringWithFormat(
  177     return ret;
  181     ret.SetErrorToGenericError();
  182     ret.SetErrorString("Couldn't find the process");
  183     return ret;
  200   return ret;