class InstructionError

Declaration

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

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

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:33

Parameters

std::string M
const T& MCI

std::error_code convertToErrorCode() const

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

void log(llvm::raw_ostream& OS) const

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

Parameters

llvm::raw_ostream& OS