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()
97 error.SetErrorString("error: invalid trace"); in Start()
100 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Start()
110 error.SetErrorString("error: invalid trace"); in Start()
115 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Start()
125 error.SetErrorString("error: invalid trace"); in Stop()
127 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Stop()
135 error.SetErrorString("error: invalid trace"); in Stop()
137 error.SetErrorString(llvm::toString(std::move(err)).c_str()); in Stop()