Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp1165 int64_t SegEnd = SegOffset + SegLength; in ARM64FindSegmentsInFunction() local
1169 while (E < Epilogs.size() && Epilogs[E].End < SegEnd) { in ARM64FindSegmentsInFunction()
1182 if (E < Epilogs.size() && Epilogs[E].Offset <= SegEnd) in ARM64FindSegmentsInFunction()