Home
last modified time | relevance | path

Searched refs:BinaryContextTester (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/bolt/unittests/Core/
H A DBinaryContext.cpp14 struct BinaryContextTester : public testing::TestWithParam<Triple::ArchType> { struct
55 INSTANTIATE_TEST_SUITE_P(X86, BinaryContextTester,
62 INSTANTIATE_TEST_SUITE_P(AArch64, BinaryContextTester,
67 TEST_P(BinaryContextTester, BaseAddress) { in TEST_P() argument