Lines Matching defs:checkError
34 void checkError(ArrayRef<std::string> ExpectedMsgs, Error Err) {
48 void checkError(std::string ExpectedMsg, Error Err) {
49 checkError(ArrayRef<std::string>{ExpectedMsg}, std::move(Err));
189 checkError(ExpectedErrorMsg, Decoded.takeError());
231 checkError(ExpectedErrorMsg, ExpectedOffset.takeError());
364 checkError(ExpectedErrorMsg, Decoded.takeError());
376 checkError(ExpectedErrorMsg, std::move(Err));
774 checkError(ExpectedErrorMsg, Decoded.takeError());
821 checkError("attempted to encode invalid LineTable object",
830 checkError("LineEntry has address 0x1000 which is less than the function "
838 checkError("LineEntry in LineTable not in ascending order",
850 checkError(ExpectedErrorMsg, std::move(Err));
862 checkError(ExpectedErrorMsg, Decoded.takeError());
951 checkError(ExpectedErrorMsg, std::move(Err));
980 checkError("already finalized", std::move(finalizeErr));
1141 checkError(ErrMessage, ExpFI.takeError());
2554 checkError("a segment size of 57 is to small to fit any function infos, "
2705 checkError("a segment size of 57 is to small to fit any function infos, "