Searched refs:ExitOnFileError (Results 1 – 1 of 1) sorted by relevance
199 static void ExitOnFileError(const Twine &FileName, Error Err) { in ExitOnFileError() function208 T ExitOnFileError(const Twine &FileName, Expected<T> &&E) { in ExitOnFileError() function209 ExitOnFileError(FileName, E.takeError()); in ExitOnFileError()376 ExitOnFileError(BenchmarkFile, Result.writeYaml(State, BenchmarkFile)); in benchmarkMain()396 ExitOnFileError(OutputFilename, errorCodeToError(ErrorCode)); in maybeRunAnalysis()398 ExitOnFileError(OutputFilename, std::move(Err)); in maybeRunAnalysis()419 const std::vector<InstructionBenchmark> Points = ExitOnFileError( in analysisMain()