llvm/llvm/lib/Support/BinaryStreamError.cpp

//===- BinaryStreamError.cpp - Error extensions for streams -----*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "llvm/Support/BinaryStreamError.h"
#include "llvm/Support/raw_ostream.h"

usingnamespacellvm;

char BinaryStreamError::ID =;

BinaryStreamError::BinaryStreamError(stream_error_code C)
    :{}

BinaryStreamError::BinaryStreamError(StringRef Context)
    :{}

BinaryStreamError::BinaryStreamError(stream_error_code C, StringRef Context)
    :{}

void BinaryStreamError::log(raw_ostream &OS) const {}

StringRef BinaryStreamError::getErrorMessage() const {}

std::error_code BinaryStreamError::convertToErrorCode() const {}