Searched refs:kPatchableCode3 (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/interception/tests/ |
| H A D | interception_win_test.cpp | 153 const u8 kPatchableCode3[] = { variable 561 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override)); in TEST() 563 EXPECT_TRUE(TestFunctionPatching(kPatchableCode3, override)); in TEST() 585 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override)); in TEST() 598 EXPECT_TRUE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST() 613 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override)); in TEST() 629 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST() 651 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST() 659 EXPECT_TRUE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST() 678 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override, prefix)); in TEST() [all …]
|