Lines Matching refs:SetErrorString
39 error.SetErrorString(toString(trace_or_err.takeError()).c_str()); in LoadTraceFromFile()
50 error.SetErrorString("error: invalid trace"); in CreateNewCursor()
54 error.SetErrorString("error: invalid thread"); in CreateNewCursor()
62 error.SetErrorString(llvm::toString(trace_cursor_sp.takeError()).c_str()); in CreateNewCursor()
75 error.SetErrorString("error: invalid trace"); in SaveToDisk()
80 error.SetErrorString(llvm::toString(desc_file.takeError()).c_str()); in SaveToDisk()
94 error.SetErrorString("error: invalid trace"); in Start()
97 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Start()
107 error.SetErrorString("error: invalid trace"); in Start()
112 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Start()
122 error.SetErrorString("error: invalid trace"); in Stop()
124 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Stop()
132 error.SetErrorString("error: invalid trace"); in Stop()
134 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Stop()