enum class object_error
Declared at: llvm/include/llvm/Object/Error.h:27
Enumerators
Name | Value | Comment |
---|---|---|
arch_not_found | 1 | |
invalid_file_type | 2 | |
parse_failed | 3 | |
unexpected_eof | 4 | |
string_table_non_null_end | 5 | |
invalid_section_index | 6 | |
bitcode_section_not_found | 7 | |
invalid_symbol_index | 8 | |
section_stripped | 9 |