Searched refs:RelativePatcherTest (Results 1 – 8 of 8) sorted by relevance
24 class Mips64RelativePatcherTest : public RelativePatcherTest {26 Mips64RelativePatcherTest() : RelativePatcherTest(InstructionSet::kMips64, "default") {} in Mips64RelativePatcherTest()
23 class Mips32r6RelativePatcherTest : public RelativePatcherTest {25 Mips32r6RelativePatcherTest() : RelativePatcherTest(InstructionSet::kMips, "mips32r6") {} in Mips32r6RelativePatcherTest()
24 class MipsRelativePatcherTest : public RelativePatcherTest {26 MipsRelativePatcherTest() : RelativePatcherTest(InstructionSet::kMips, "mips32r2") {} in MipsRelativePatcherTest()
24 class X86RelativePatcherTest : public RelativePatcherTest {26 X86RelativePatcherTest() : RelativePatcherTest(InstructionSet::kX86, "default") { } in X86RelativePatcherTest()
24 class X86_64RelativePatcherTest : public RelativePatcherTest {26 X86_64RelativePatcherTest() : RelativePatcherTest(InstructionSet::kX86_64, "default") { } in X86_64RelativePatcherTest()
41 class RelativePatcherTest : public testing::Test {43 RelativePatcherTest(InstructionSet instruction_set, const std::string& variant) in RelativePatcherTest() function
29 class Thumb2RelativePatcherTest : public RelativePatcherTest {31 Thumb2RelativePatcherTest() : RelativePatcherTest(InstructionSet::kThumb2, "default") { } in Thumb2RelativePatcherTest()
29 class Arm64RelativePatcherTest : public RelativePatcherTest {32 : RelativePatcherTest(InstructionSet::kArm64, variant) { } in Arm64RelativePatcherTest()