Searched refs:ExpectedErrorMsg (Results 1 – 1 of 1) sorted by relevance
168 std::string ExpectedErrorMsg) { in TestFunctionInfoDecodeError() argument175 checkError(ExpectedErrorMsg, Decoded.takeError()); in TestFunctionInfoDecodeError()211 std::string ExpectedErrorMsg) { in TestFunctionInfoEncodeError() argument217 checkError(ExpectedErrorMsg, ExpectedOffset.takeError()); in TestFunctionInfoEncodeError()342 std::string ExpectedErrorMsg) { in TestInlineInfoDecodeError() argument349 checkError(ExpectedErrorMsg, Decoded.takeError()); in TestInlineInfoDecodeError()354 std::string ExpectedErrorMsg) { in TestInlineInfoEncodeError() argument360 checkError(ExpectedErrorMsg, std::move(Err)); in TestInlineInfoEncodeError()880 std::string ExpectedErrorMsg) { in TestLineTableDecodeError() argument887 checkError(ExpectedErrorMsg, Decoded.takeError()); in TestLineTableDecodeError()[all …]