Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DDwarfSection.h48 section->GetFdes(&fdes_); in iterator()
96 virtual void GetFdes(std::vector<const DwarfFde*>* fdes) = 0;
138 void GetFdes(std::vector<const DwarfFde*>* fdes) override;
/system/core/libunwindstack/
DDwarfEhFrameWithHdr.h69 void GetFdes(std::vector<const DwarfFde*>* fdes) override;
DDwarfEhFrameWithHdr.cpp197 void DwarfEhFrameWithHdr<AddressType>::GetFdes(std::vector<const DwarfFde*>* fdes) { in GetFdes() function in unwindstack::DwarfEhFrameWithHdr
DDwarfSection.cpp742 void DwarfSectionImpl<AddressType>::GetFdes(std::vector<const DwarfFde*>* fdes) { in GetFdes() function in unwindstack::DwarfSectionImpl
/system/core/libunwindstack/tests/
DDwarfEhFrameWithHdrTest.cpp247 this->eh_frame_->GetFdes(&fdes); in TYPED_TEST_P()
254 TYPED_TEST_P(DwarfEhFrameWithHdrTest, GetFdes) { in TYPED_TEST_P() argument
303 this->eh_frame_->GetFdes(&fdes); in TYPED_TEST_P()
547 GetFdeFromPc_wtih_empty_fde, GetFdes_with_empty_fde, GetFdes,
DDwarfDebugFrameTest.cpp127 this->debug_frame_->GetFdes(&fdes); in TYPED_TEST_P()
174 this->debug_frame_->GetFdes(&fdes); in TYPED_TEST_P()
193 this->debug_frame_->GetFdes(&fdes); in TYPED_TEST_P()
275 this->debug_frame_->GetFdes(&fdes); in TYPED_TEST_P()
322 this->debug_frame_->GetFdes(&fdes); in TYPED_TEST_P()
341 this->debug_frame_->GetFdes(&fdes); in TYPED_TEST_P()
DDwarfSectionTest.cpp42 MOCK_METHOD(void, GetFdes, (std::vector<const DwarfFde*>*), (override));
DDwarfSectionImplTest.cpp41 void GetFdes(std::vector<const DwarfFde*>*) override {} in GetFdes() function in unwindstack::TestDwarfSectionImpl