Home
last modified time | relevance | path

Searched refs:ExitOnFileError (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp199 static void ExitOnFileError(const Twine &FileName, Error Err) { in ExitOnFileError() function
208 T ExitOnFileError(const Twine &FileName, Expected<T> &&E) { in ExitOnFileError() function
209 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()