Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/Shared/
DExecutorAddress.h191 struct ExecutorAddrRange { struct
193 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddr End) in ExecutorAddrRange() argument
195 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddrDiff Size) in ExecutorAddrRange() argument
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