Searched refs:kUnpatchableCode3 (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 | 188 const u8 kUnpatchableCode3[] = { variable 573 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode3, override)); in TEST() 589 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode3, override)); in TEST() 602 EXPECT_TRUE(TestFunctionPatching(kUnpatchableCode3, override, prefix)); in TEST() 617 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode3, override)); in TEST() 638 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode3, override, prefix)); in TEST() 665 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode3, override, prefix)); in TEST() 686 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode3, override, prefix)); in TEST()
|