Searched refs:kUnpatchableCode5 (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 | 200 const u8 kUnpatchableCode5[] = { variable 575 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode5, override)); in TEST() 591 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode5, override)); in TEST() 604 EXPECT_TRUE(TestFunctionPatching(kUnpatchableCode5, override, prefix)); in TEST() 619 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode5, override)); in TEST() 640 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode5, override, prefix)); in TEST() 667 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode5, override, prefix)); in TEST() 688 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode5, override, prefix)); in TEST()
|