Searched refs:kPatchableCode2 (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 | 145 const u8 kPatchableCode2[] = { variable 559 EXPECT_TRUE(TestFunctionPatching(kPatchableCode2, override)); in TEST() 584 EXPECT_FALSE(TestFunctionPatching(kPatchableCode2, override)); in TEST() 597 EXPECT_TRUE(TestFunctionPatching(kPatchableCode2, override, prefix)); in TEST() 612 EXPECT_FALSE(TestFunctionPatching(kPatchableCode2, override)); in TEST() 628 EXPECT_FALSE(TestFunctionPatching(kPatchableCode2, override, prefix)); in TEST() 649 EXPECT_TRUE(TestFunctionPatching(kPatchableCode2, override, prefix)); in TEST() 676 EXPECT_TRUE(TestFunctionPatching(kPatchableCode2, override, prefix)); in TEST()
|