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
- public RemarkSetupErrorInfo<ThisError>(llvm::Error E)
- public std::error_code convertToErrorCode() const
- public void log(llvm::raw_ostream & OS) const
Methods
¶RemarkSetupErrorInfo<ThisError>(llvm::Error E)
RemarkSetupErrorInfo<ThisError>(llvm::Error E)
Declared at: llvm/include/llvm/IR/RemarkStreamer.h:65
Parameters
¶std::error_code convertToErrorCode() const
std::error_code convertToErrorCode() const
Declared at: llvm/include/llvm/IR/RemarkStreamer.h:73
¶void log(llvm::raw_ostream& OS) const
void log(llvm::raw_ostream& OS) const
Declared at: llvm/include/llvm/IR/RemarkStreamer.h:72