Searched refs:BinaryContextTester (Results 1 – 1 of 1) sorted by relevance
14 struct BinaryContextTester : public testing::TestWithParam<Triple::ArchType> { struct55 INSTANTIATE_TEST_SUITE_P(X86, BinaryContextTester,62 INSTANTIATE_TEST_SUITE_P(AArch64, BinaryContextTester,67 TEST_P(BinaryContextTester, BaseAddress) { in TEST_P() argument