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

Go to the source code of this file.

Classes

struct  std::is_error_code_enum< llvm::pdb::raw_error_code >
 
class  llvm::pdb::RawError
 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::pdb
 
namespace  std
 Implement std::hash so that hash_code can be used in STL containers.
 

Enumerations

enum class  llvm::pdb::raw_error_code {
  llvm::pdb::unspecified = 1 , llvm::pdb::feature_unsupported , llvm::pdb::invalid_format , llvm::pdb::corrupt_file ,
  llvm::pdb::insufficient_buffer , llvm::pdb::no_stream , llvm::pdb::index_out_of_bounds , llvm::pdb::invalid_block_address ,
  llvm::pdb::duplicate_entry , llvm::pdb::no_entry , llvm::pdb::not_writable , llvm::pdb::stream_too_long ,
  llvm::pdb::invalid_tpi_hash
}
 

Functions

const std::error_category & llvm::pdb::RawErrCategory ()
 
std::error_code llvm::pdb::make_error_code (raw_error_code E)