Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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() function
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
/openbsd-src/gnu/llvm/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() function
201 friend bool operator==(const ExecutorAddrRange &LHS, argument
210 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() argument
222 inline raw_ostream &operator<<(raw_ostream &OS, const ExecutorAddrRange &R) { argument