Searched defs:ExecutorAddrRange (Results 1 – 2 of 2) sorted by relevance
136 struct ExecutorAddrRange { struct138 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddr End) in ExecutorAddrRange() function140 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddrDiff Size) in ExecutorAddrRange() function146 friend bool operator==(const ExecutorAddrRange &LHS, argument155 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() argument159 template <typename T> span<T> toSpan() const { in toSpan()165 ExecutorAddr Start;189 using SPSExecutorAddrRange = SPSTuple<SPSExecutorAddr, SPSExecutorAddr>; argument
148 struct ExecutorAddrRange { struct150 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddr End) in ExecutorAddrRange() function152 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddrDiff Size) in ExecutorAddrRange() argument158 friend bool operator==(const ExecutorAddrRange &LHS, argument167 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() argument179 inline raw_ostream &operator<<(raw_ostream &OS, const ExecutorAddrRange &R) { argument