Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp191 static void ExitOnFileError(const Twine &FileName, Error Err) { in ExitOnFileError() function
200 T ExitOnFileError(const Twine &FileName, Expected<T> &&E) { in ExitOnFileError() function
201 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()