Searched refs:TestDwarfEhFrameWithHdr (Results 1 – 1 of 1) sorted by relevance
33 class TestDwarfEhFrameWithHdr : public DwarfEhFrameWithHdr<TypeParam> { class35 TestDwarfEhFrameWithHdr(Memory* memory) : DwarfEhFrameWithHdr<TypeParam>(memory) {} in TestDwarfEhFrameWithHdr() function in unwindstack::TestDwarfEhFrameWithHdr36 ~TestDwarfEhFrameWithHdr() = default;61 eh_frame_ = new TestDwarfEhFrameWithHdr<TypeParam>(&memory_); in SetUp()68 TestDwarfEhFrameWithHdr<TypeParam>* eh_frame_ = nullptr;