Searched refs:SegEnd (Results 1 – 2 of 2) sorted by relevance
119 ExecutorAddr SegEnd = Seg.Addr + ExecutorAddrDiff(Seg.Size); in finalize() local120 if (LLVM_UNLIKELY(Seg.Addr < Base || SegEnd > AllocEnd)) in finalize()124 Seg.Addr.getValue(), SegEnd.getValue(), Base.getValue(), in finalize()
1156 int64_t SegEnd = SegOffset + SegLength; in ARM64FindSegmentsInFunction() local1160 while (E < Epilogs.size() && Epilogs[E].End < SegEnd) { in ARM64FindSegmentsInFunction()1173 if (E < Epilogs.size() && Epilogs[E].Offset <= SegEnd) in ARM64FindSegmentsInFunction()