Lines Matching refs:instrprof_error
27 ErrorEquals(instrprof_error Expected, Error E) { in ErrorEquals()
28 instrprof_error Found; in ErrorEquals()
112 ASSERT_TRUE(ErrorEquals(instrprof_error::hash_mismatch, R.takeError())); in TEST_P()
115 ASSERT_TRUE(ErrorEquals(instrprof_error::unknown_function, R.takeError())); in TEST_P()
138 ASSERT_TRUE(ErrorEquals(instrprof_error::hash_mismatch, std::move(E1))); in TEST_P()
141 ASSERT_TRUE(ErrorEquals(instrprof_error::unknown_function, std::move(E2))); in TEST_P()
358 ErrorEquals(instrprof_error::hash_mismatch, RecordOr.takeError())); in TEST_F()
363 ErrorEquals(instrprof_error::unknown_function, RecordOr.takeError())); in TEST_F()
771 instrprof_error Result; in TEST_P()
773 Result = instrprof_error::success; in TEST_P()
775 ASSERT_EQ(Result, instrprof_error::success); in TEST_P()
778 Result = instrprof_error::success; in TEST_P()
780 ASSERT_EQ(Result, instrprof_error::counter_overflow); in TEST_P()
782 Result = instrprof_error::success; in TEST_P()
784 ASSERT_EQ(Result, instrprof_error::success); in TEST_P()
790 Result = instrprof_error::success; in TEST_P()
792 ASSERT_EQ(Result, instrprof_error::success); in TEST_P()
799 Result = instrprof_error::success; in TEST_P()
801 ASSERT_EQ(Result, instrprof_error::counter_overflow); in TEST_P()
1086 EXPECT_TRUE(ErrorEquals(instrprof_error::malformed, Symtab.addFuncName(""))); in TEST_P()
1258 instrprof_error::unrecognized_format); in TEST()
1266 instrprof_error::bad_magic); in TEST()