LLVM API Documentation

Classes | Namespaces | Enumerations | Functions
Object/Error.h File Reference
#include <system_error>
Include dependency graph for Object/Error.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::object::object_error >

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


namespace  llvm::object
namespace  std

Enumerations

enum  llvm::object::object_error {
  llvm::object::success = 0, llvm::object::arch_not_found, llvm::object::invalid_file_type, llvm::object::parse_failed,
  llvm::object::unexpected_eof
}

Functions

const std::error_category & llvm::object::object_category ()
std::error_code llvm::object::make_error_code (object_error e)