Searched defs:ExecutorAddrRange (Results 1 – 2 of 2) sorted by relevance
173 struct ExecutorAddrRange { struct175 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddr End) in ExecutorAddrRange() argument177 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddrDiff Size) in ExecutorAddrRange() argument183 friend bool operator==(const ExecutorAddrRange &LHS, argument192 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() argument196 template <typename T> span<T> toSpan() const { in toSpan()202 ExecutorAddr Start;226 using SPSExecutorAddrRange = SPSTuple<SPSExecutorAddr, SPSExecutorAddr>; argument
191 struct ExecutorAddrRange { struct193 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddr End) in ExecutorAddrRange() function195 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddrDiff Size) in ExecutorAddrRange() argument201 friend bool operator==(const ExecutorAddrRange &LHS, argument231 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() argument243 inline raw_ostream &operator<<(raw_ostream &OS, const ExecutorAddrRange &R) { argument