Searched refs:RangesToRemove (Results 1 – 1 of 1) sorted by relevance
780 std::vector<EHFrameRange> RangesToRemove; in notifyRemovingResources() local785 RangesToRemove = std::move(I->second); in notifyRemovingResources()791 while (!RangesToRemove.empty()) { in notifyRemovingResources()792 auto RangeToRemove = RangesToRemove.back(); in notifyRemovingResources()793 RangesToRemove.pop_back(); in notifyRemovingResources()