|
LLVM 23.0.0git
|
Fallible iterator for iterating over WaitingOnGraph ops. More...
#include "llvm/ExecutionEngine/Orc/WaitingOnGraphOpReplay.h"
Public Member Functions | |
| OpIterator ()=default | |
| Default constructed fallible iterator. Serves as end value. | |
| OpIterator (std::shared_ptr< OpParser > P, StringRef Input) | |
| Construct a fallible iterator reading from the given input buffer using the given parser. | |
| OpIterator (const OpIterator &Other) | |
| OpIterator & | operator= (const OpIterator &Other) |
| OpIterator (OpIterator &&)=default | |
| OpIterator & | operator= (OpIterator &&)=default |
| Error | inc () |
| Move to next record. | |
| Op & | operator* () |
| const Op & | operator* () const |
Friends | |
| bool | operator== (const OpIterator &LHS, const OpIterator &RHS) |
| Compare iterators. End iterators compare equal. | |
| bool | operator!= (const OpIterator &LHS, const OpIterator &RHS) |
Fallible iterator for iterating over WaitingOnGraph ops.
Definition at line 239 of file WaitingOnGraphOpReplay.h.
|
default |
Default constructed fallible iterator. Serves as end value.
Referenced by operator!=, operator=(), operator=(), operator==, OpIterator(), and OpIterator().
|
inline |
Construct a fallible iterator reading from the given input buffer using the given parser.
Definition at line 246 of file WaitingOnGraphOpReplay.h.
References llvm::move().
|
inline |
Definition at line 249 of file WaitingOnGraphOpReplay.h.
References llvm::cantFail(), inc(), OpIterator(), and llvm::Other.
|
default |
References OpIterator().
|
inline |
Move to next record.
Definition at line 268 of file WaitingOnGraphOpReplay.h.
References llvm::Error::success().
Referenced by operator=(), and OpIterator().
|
inline |
Definition at line 282 of file WaitingOnGraphOpReplay.h.
References assert().
|
inline |
Definition at line 288 of file WaitingOnGraphOpReplay.h.
References assert().
|
inline |
Definition at line 256 of file WaitingOnGraphOpReplay.h.
References llvm::cantFail(), inc(), OpIterator(), and llvm::Other.
|
default |
References OpIterator().
|
friend |
Definition at line 298 of file WaitingOnGraphOpReplay.h.
References LHS, OpIterator(), and RHS.
|
friend |
Compare iterators. End iterators compare equal.
Definition at line 294 of file WaitingOnGraphOpReplay.h.
References LHS, OpIterator(), and RHS.