Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/tests/
H A DDwarfEhFrameWithHdrTest.cpp33 class TestDwarfEhFrameWithHdr : public DwarfEhFrameWithHdr<TypeParam> { class
35 TestDwarfEhFrameWithHdr(Memory* memory) : DwarfEhFrameWithHdr<TypeParam>(memory) {} in TestDwarfEhFrameWithHdr() function in unwindstack::TestDwarfEhFrameWithHdr
36 ~TestDwarfEhFrameWithHdr() = default;
61 eh_frame_ = new TestDwarfEhFrameWithHdr<TypeParam>(&memory_); in SetUp()
68 TestDwarfEhFrameWithHdr<TypeParam>* eh_frame_ = nullptr;