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
- public LLVMRemarkSetupErrorInfo<ThisError>(llvm::Error E)
- public std::error_code convertToErrorCode() const
- public void log(llvm::raw_ostream & OS) const
Methods
¶LLVMRemarkSetupErrorInfo<ThisError>(llvm::Error E)
LLVMRemarkSetupErrorInfo<ThisError>(llvm::Error E)
Declared at: llvm/include/llvm/IR/LLVMRemarkStreamer.h:51
Parameters
¶std::error_code convertToErrorCode() const
std::error_code convertToErrorCode() const
Declared at: llvm/include/llvm/IR/LLVMRemarkStreamer.h:59
¶void log(llvm::raw_ostream& OS) const
void log(llvm::raw_ostream& OS) const
Declared at: llvm/include/llvm/IR/LLVMRemarkStreamer.h:58