Searched defs:ExecutorAddrRange (Results 1 – 1 of 1) sorted by relevance
191 struct ExecutorAddrRange { struct193 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddr End) in ExecutorAddrRange() argument195 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddrDiff Size) in ExecutorAddrRange() argument201 friend bool operator==(const ExecutorAddrRange &LHS, argument210 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() argument222 inline raw_ostream &operator<<(raw_ostream &OS, const ExecutorAddrRange &R) { argument