Home
last modified time | relevance | path

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

/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 toSpanExecutorAddrRange toSpan() argument
202 StartExecutorAddrRange global() argument
226 EndExecutorAddrRange global() argument
[all...]
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h191 struct ExecutorAddrRange { global() struct
193 ExecutorAddrRangeExecutorAddrRange ExecutorAddrRange() argument
195 ExecutorAddrRangeExecutorAddrRange ExecutorAddrRange() argument
201 sizeExecutorAddrRange global() argument
231 overlapsExecutorAddrRange overlaps() argument
243 EndExecutorAddrRange global() argument
[all...]