Searched refs:GetNextCieOrFde (Results 1 – 2 of 2) sorted by relevance
155 bool GetNextCieOrFde(/*inout*/ uint64_t& offset, /*out*/ std::optional<DwarfFde>& fde);
635 bool DwarfSectionImpl<AddressType>::GetNextCieOrFde(uint64_t& next_entries_offset, in GetNextCieOrFde() function in unwindstack::DwarfSectionImpl760 if (!GetNextCieOrFde(offset, fde)) { in BuildFdeIndex()