LLVM 22.0.0git
llvm::orc::ExecutorAddrRange Member List

This is the complete list of members for llvm::orc::ExecutorAddrRange, including all inherited members.

contains(ExecutorAddr Addr) constllvm::orc::ExecutorAddrRangeinline
empty() constllvm::orc::ExecutorAddrRangeinline
Endllvm::orc::ExecutorAddrRange
ExecutorAddrRange()=defaultllvm::orc::ExecutorAddrRange
ExecutorAddrRange(ExecutorAddr Start, ExecutorAddr End)llvm::orc::ExecutorAddrRangeinline
ExecutorAddrRange(ExecutorAddr Start, ExecutorAddrDiff Size)llvm::orc::ExecutorAddrRangeinline
fromPtrRange(T *Start, T *End, UnwrapFn &&Unwrap=UnwrapFn())llvm::orc::ExecutorAddrRangeinlinestatic
fromPtrRange(T *Ptr, ExecutorAddrDiff Size, UnwrapFn &&Unwrap=UnwrapFn())llvm::orc::ExecutorAddrRangeinlinestatic
operator!=(const ExecutorAddrRange &LHS, const ExecutorAddrRange &RHS)llvm::orc::ExecutorAddrRangefriend
operator<(const ExecutorAddrRange &LHS, const ExecutorAddrRange &RHS)llvm::orc::ExecutorAddrRangefriend
operator<=(const ExecutorAddrRange &LHS, const ExecutorAddrRange &RHS)llvm::orc::ExecutorAddrRangefriend
operator==(const ExecutorAddrRange &LHS, const ExecutorAddrRange &RHS)llvm::orc::ExecutorAddrRangefriend
operator>(const ExecutorAddrRange &LHS, const ExecutorAddrRange &RHS)llvm::orc::ExecutorAddrRangefriend
operator>=(const ExecutorAddrRange &LHS, const ExecutorAddrRange &RHS)llvm::orc::ExecutorAddrRangefriend
overlaps(const ExecutorAddrRange &Other)llvm::orc::ExecutorAddrRangeinline
size() constllvm::orc::ExecutorAddrRangeinline
Startllvm::orc::ExecutorAddrRange