Searched refs:ExitOnFileError (Results 1 – 1 of 1) sorted by relevance
191 static void ExitOnFileError(const Twine &FileName, Error Err) { in ExitOnFileError() function200 T ExitOnFileError(const Twine &FileName, Expected<T> &&E) { in ExitOnFileError() function201 ExitOnFileError(FileName, E.takeError()); in ExitOnFileError()367 ExitOnFileError(BenchmarkFile, Result.writeYaml(State, BenchmarkFile)); in benchmarkMain()387 ExitOnFileError(OutputFilename, errorCodeToError(ErrorCode)); in maybeRunAnalysis()389 ExitOnFileError(OutputFilename, std::move(Err)); in maybeRunAnalysis()410 const std::vector<InstructionBenchmark> Points = ExitOnFileError( in analysisMain()