struct RemarkSetupErrorInfo

Declaration

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

Declared at: llvm/include/llvm/IR/RemarkStreamer.h:61

Templates

ThisError

Member Variables

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

Method Overview

Methods

RemarkSetupErrorInfo<ThisError>(llvm::Error E)

Declared at: llvm/include/llvm/IR/RemarkStreamer.h:65

Parameters

llvm::Error E

std::error_code convertToErrorCode() const

Declared at: llvm/include/llvm/IR/RemarkStreamer.h:73

void log(llvm::raw_ostream& OS) const

Declared at: llvm/include/llvm/IR/RemarkStreamer.h:72

Parameters

llvm::raw_ostream& OS