LLVM  8.0.1
Classes | Namespaces | Enumerations | Functions
RawError.h File Reference
#include "llvm/Support/Error.h"
#include <string>
Include dependency graph for RawError.h:
This graph shows which files directly or indirectly include this file:

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

 llvm
 This class represents lattice values for constants.
 
 llvm::pdb
 
 std
 

Enumerations

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

Functions

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