Home
last modified time | relevance | path

Searched defs:ExecutorAddrRange (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h173 struct ExecutorAddrRange { struct
175 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddr End) in ExecutorAddrRange() argument
177 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddrDiff Size) in ExecutorAddrRange() argument
183 friend bool operator==(const ExecutorAddrRange &LHS, argument
192 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() argument
196 template <typename T> span<T> toSpan() const { in toSpan()
202 ExecutorAddr Start;
226 using SPSExecutorAddrRange = SPSTuple<SPSExecutorAddr, SPSExecutorAddr>; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h191 struct ExecutorAddrRange { struct
193 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddr End) in ExecutorAddrRange() function
195 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddrDiff Size) in ExecutorAddrRange() argument
201 friend bool operator==(const ExecutorAddrRange &LHS, argument
231 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() argument
243 inline raw_ostream &operator<<(raw_ostream &OS, const ExecutorAddrRange &R) { argument