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

References

tools/lldb/source/Core/ModuleList.cpp
  764           return error;
  771     return error;
  793         return error;
  866             error.SetErrorStringWithFormat(
  870             error.SetErrorStringWithFormat(
  875         error.SetErrorStringWithFormat("'%s' does not exist", path);
  877       if (error.Fail())
  879       return error;
  934             error.SetErrorStringWithFormat(
  938             error.SetErrorStringWithFormat("unable to open '%s'", path);
  945             error.SetErrorStringWithFormat(
  948             error.SetErrorStringWithFormat("cannot locate a module");
  954   return error;