struct InstStreamPause

Declaration

struct InstStreamPause : public ErrorInfo { /* full declaration omitted */ };

Description

This is actually not an error but a marker to indicate that the instruction stream is paused.

Declared at: llvm/include/llvm/MCA/Stages/Stage.h:90

Inherits from: ErrorInfo

Member Variables

public static char ID

Method Overview

Methods

std::error_code convertToErrorCode() const

Description

Convert this error to a std::error_code. This is a temporary crutch to enable interaction with code still using std::error_code. It will be removed in the future.

Declared at: llvm/include/llvm/MCA/Stages/Stage.h:93

void log(llvm::raw_ostream& OS) const

Description

Print an error message to an output stream.

Declared at: llvm/include/llvm/MCA/Stages/Stage.h:96

Parameters

llvm::raw_ostream& OS