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