Home | History | Annotate | Download | only in Target

Lines Matching defs:error

62 Error
70 Error error;
81 error.SetErrorStringWithFormat("invalid triple '%s'", triple_cstr);
82 return error;
109 error.SetErrorStringWithFormat("the specified architecture '%s' is not compatible with '%s' in '%s'",
113 return error;
156 error,
159 return error;
178 error = TargetList::CreateTarget (debugger,
184 return error;
187 Error
199 Error error;
269 error = platform_sp->ResolveExecutable (file,
275 if (error.Success() && exe_module_sp)
281 error.SetErrorStringWithFormat("\"%s\" doesn't contain architecture %s",
287 error.SetErrorStringWithFormat("unsupported file type \"%s\"",
290 return error;
336 return error;