Searched refs:CachedRange (Results 1 – 1 of 1) sorted by relevance
1662 std::optional<std::pair<AddressRange, int64_t>> CachedRange; in patchRangesForUnit() local1689 if (!CachedRange || in patchRangesForUnit()1690 !CachedRange->first.contains(Range.StartAddress + BaseAddress)) in patchRangesForUnit()1691 CachedRange = FunctionRanges.getRangeValueThatContains( in patchRangesForUnit()1695 if (!CachedRange) { in patchRangesForUnit()1701 {Range.StartAddress + BaseAddress + CachedRange->second, in patchRangesForUnit()1702 Range.EndAddress + BaseAddress + CachedRange->second}); in patchRangesForUnit()