Searched refs:kUnpatchableCode1 (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 | 179 const u8 kUnpatchableCode1[] = { variable 571 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode1, override)); in TEST() 587 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode1, override)); in TEST() 600 EXPECT_TRUE(TestFunctionPatching(kUnpatchableCode1, override, prefix)); in TEST() 615 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode1, override)); in TEST() 636 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode1, override, prefix)); in TEST() 663 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode1, override, prefix)); in TEST() 684 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode1, override, prefix)); in TEST()
|