LLVM 19.0.0git
Classes | Namespaces | Enumerations | Functions
MSFError.h File Reference
#include "llvm/Support/Error.h"

Go to the source code of this file.

Classes

struct  std::is_error_code_enum< llvm::msf::msf_error_code >
 
class  llvm::msf::MSFError
 Base class for errors originating when parsing raw PDB files. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::msf
 
namespace  std
 Implement std::hash so that hash_code can be used in STL containers.
 

Enumerations

enum class  llvm::msf::msf_error_code {
  llvm::msf::unspecified = 1 , llvm::msf::insufficient_buffer , llvm::msf::not_writable , llvm::msf::no_stream ,
  llvm::msf::invalid_format , llvm::msf::block_in_use , llvm::msf::size_overflow_4096 , llvm::msf::size_overflow_8192 ,
  llvm::msf::size_overflow_16384 , llvm::msf::size_overflow_32768 , llvm::msf::stream_directory_overflow
}
 

Functions

const std::error_category & llvm::msf::MSFErrCategory ()
 
std::error_code llvm::msf::make_error_code (msf_error_code E)