LLVM API Documentation
#include <Error.h>

Public Types | |
| enum | Impl { success = 0, arch_not_found, invalid_file_type, parse_failed, unexpected_eof } |
Public Member Functions | |
| object_error (Impl V) | |
| operator Impl () const | |
Public Attributes | |
| Impl | V |
Definition at line 24 of file Object/Error.h.
| Enumerator | |
|---|---|
| success | |
| arch_not_found | |
| invalid_file_type | |
| parse_failed | |
| unexpected_eof | |
Definition at line 25 of file Object/Error.h.
|
inline |
Definition at line 34 of file Object/Error.h.
|
inline |
Definition at line 35 of file Object/Error.h.
References V.
| Impl llvm::object::object_error::V |
Definition at line 32 of file Object/Error.h.
Referenced by operator Impl().