class InstructionError

Declaration

template <typename T>
class InstructionError { /* full declaration omitted */ };

Declared at: llvm/include/llvm/MCA/Support.h:26

Templates

T

Member Variables

public std::string Message
public const T& Inst
public static char ID

Method Overview

Methods

InstructionError<T>(std::string M, const T& MCI)

Declared at: llvm/include/llvm/MCA/Support.h:32

Parameters

std::string M
const T& MCI

std::error_code convertToErrorCode() const

Declared at: llvm/include/llvm/MCA/Support.h:37

void log(llvm::raw_ostream& OS) const

Declared at: llvm/include/llvm/MCA/Support.h:35

Parameters

llvm::raw_ostream& OS