Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DError.cpp22 char SnippetCrash::ID;
24 void SnippetCrash::log(raw_ostream &OS) const { OS << Msg; } in log()
26 std::error_code SnippetCrash::convertToErrorCode() const { in convertToErrorCode()
H A DError.h41 class SnippetCrash : public ErrorInfo<SnippetCrash> {
44 SnippetCrash(const Twine &S) : Msg(S.str()) {} in SnippetCrash() function
H A DBenchmarkRunner.cpp117 return make_error<SnippetCrash>(std::move(Msg)); in runAndSample()
218 if (!E.isA<SnippetCrash>()) in runConfiguration()