Home
last modified time | relevance | path

Searched refs:CachedRange (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1662 std::optional<std::pair<AddressRange, int64_t>> CachedRange; in patchRangesForUnit() local
1689 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()