Searched defs:ExecutorAddrRange (Results 1 – 2 of 2) sorted by relevance
173 struct ExecutorAddrRange { struct175 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddr End) in ExecutorAddrRange() function177 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddrDiff Size) in ExecutorAddrRange() function183 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
222 struct ExecutorAddrRange { struct224 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddr End) in ExecutorAddrRange() argument226 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddrDiff Size) in ExecutorAddrRange() function245 friend bool operator==(const ExecutorAddrRange &LHS, argument275 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() argument287 inline raw_ostream &operator<<(raw_ostream &OS, const ExecutorAddrRange &R) { argument