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
- public InstructionError<T>(std::string M, const T & MCI)
- public std::error_code convertToErrorCode() const
- public void log(llvm::raw_ostream & OS) const
Methods
¶InstructionError<T>(std::string M, const T& MCI)
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
std::error_code convertToErrorCode() const
Declared at: llvm/include/llvm/MCA/Support.h:37
¶void log(llvm::raw_ostream& OS) const
void log(llvm::raw_ostream& OS) const
Declared at: llvm/include/llvm/MCA/Support.h:35