Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp86 std::string &getLastError() { return ErrorStream.str(); } in getLastError() function
203 return Context.getLastError(); in input()
276 return Context.getLastError(); in input()
343 if (!Context.getLastError().empty()) in readYaml()
344 return make_error<Failure>(Context.getLastError()); in readYaml()
363 if (!Context.getLastError().empty()) in readYamls()
364 return make_error<Failure>(Context.getLastError()); in readYamls()
380 if (!Context.getLastError().empty()) in writeYamlTo()
381 return make_error<Failure>(Context.getLastError()); in writeYamlTo()
392 if (!Context.getLastError().empty()) in readYamlFrom()
[all …]