Searched refs:fdes_ (Results 1 – 2 of 2) sorted by relevance
47 section->GetFdes(&fdes_); in iterator()49 index_ = fdes_.size(); in iterator()74 if (index_ > fdes_.size()) return nullptr;75 return fdes_[index_];79 std::vector<const DwarfFde*> fdes_;191 std::map<uint64_t, std::pair<uint64_t, const DwarfFde*>> fdes_; variable
622 auto it = fdes_.upper_bound(start); in InsertFde()624 while (it != fdes_.end() && start < end) { in InsertFde()631 fdes_[end] = std::make_pair(start, fde); in InsertFde()635 fdes_[it->second.first] = std::make_pair(start, fde); in InsertFde()641 fdes_[end] = std::make_pair(start, fde); in InsertFde()651 fdes_[end] = std::make_pair(start, fde); in InsertFde()775 auto it = fdes_.upper_bound(pc); in GetFdeFromPc()776 if (it != fdes_.end()) { in GetFdeFromPc()