Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/DebugInfo/GSYM/
DGSYMTest.cpp168 std::string ExpectedErrorMsg) { in TestFunctionInfoDecodeError() argument
175 checkError(ExpectedErrorMsg, Decoded.takeError()); in TestFunctionInfoDecodeError()
211 std::string ExpectedErrorMsg) { in TestFunctionInfoEncodeError() argument
217 checkError(ExpectedErrorMsg, ExpectedOffset.takeError()); in TestFunctionInfoEncodeError()
342 std::string ExpectedErrorMsg) { in TestInlineInfoDecodeError() argument
349 checkError(ExpectedErrorMsg, Decoded.takeError()); in TestInlineInfoDecodeError()
354 std::string ExpectedErrorMsg) { in TestInlineInfoEncodeError() argument
360 checkError(ExpectedErrorMsg, std::move(Err)); in TestInlineInfoEncodeError()
880 std::string ExpectedErrorMsg) { in TestLineTableDecodeError() argument
887 checkError(ExpectedErrorMsg, Decoded.takeError()); in TestLineTableDecodeError()
[all …]