Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp119 ExecutorAddr SegEnd = Seg.Addr + ExecutorAddrDiff(Seg.Size); in finalize() local
120 if (LLVM_UNLIKELY(Seg.Addr < Base || SegEnd > AllocEnd)) in finalize()
124 Seg.Addr.getValue(), SegEnd.getValue(), Base.getValue(), in finalize()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCWin64EH.cpp1156 int64_t SegEnd = SegOffset + SegLength; in ARM64FindSegmentsInFunction() local
1160 while (E < Epilogs.size() && Epilogs[E].End < SegEnd) { in ARM64FindSegmentsInFunction()
1173 if (E < Epilogs.size() && Epilogs[E].Offset <= SegEnd) in ARM64FindSegmentsInFunction()