struct LLVMRemarkSetupErrorInfo

Declaration

template <typename ThisError>
struct LLVMRemarkSetupErrorInfo { /* full declaration omitted */ };

Declared at: llvm/include/llvm/IR/LLVMRemarkStreamer.h:47

Templates

ThisError

Member Variables

public std::string Msg
public std::error_code EC

Method Overview

Methods

LLVMRemarkSetupErrorInfo<ThisError>(llvm::Error E)

Declared at: llvm/include/llvm/IR/LLVMRemarkStreamer.h:51

Parameters

llvm::Error E

std::error_code convertToErrorCode() const

Declared at: llvm/include/llvm/IR/LLVMRemarkStreamer.h:59

void log(llvm::raw_ostream& OS) const

Declared at: llvm/include/llvm/IR/LLVMRemarkStreamer.h:58

Parameters

llvm::raw_ostream& OS