LLVM: llvm::mca::InstStreamPause Struct Reference (original) (raw)
This is actually not an error but a marker to indicate that the instruction stream is paused. More...
#include "[llvm/MCA/Stages/Stage.h](Stage%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| std::error_code | convertToErrorCode () const override |
| Convert this error to a std::error_code. | |
| void | log (raw_ostream &OS) const override |
| Print an error message to an output stream. | |
| Public Member Functions inherited from llvm::ErrorInfo< InstStreamPause > | |
| const void * | dynamicClassID () const override |
| bool | isA (const void *const ClassID) const override |
| Public Member Functions inherited from llvm::ErrorInfoBase | |
| virtual | ~ErrorInfoBase ()=default |
| virtual std::string | message () const |
| Return the error message as a string. | |
| template | |
| bool | isA () const |
This is actually not an error but a marker to indicate that the instruction stream is paused.
Definition at line 91 of file Stage.h.
◆ convertToErrorCode()
| std::error_code llvm::mca::InstStreamPause::convertToErrorCode ( ) const | inlineoverridevirtual |
|---|
◆ log()
| void llvm::mca::InstStreamPause::log ( raw_ostream & OS) const | inlineoverridevirtual |
|---|
◆ ID
| char llvm::mca::InstStreamPause::ID = 0 | static |
|---|
Definition at line 92 of file Stage.h.
The documentation for this struct was generated from the following files: