Searched refs:readobj_error (Results 1 - 8 of 8) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DError.cpp32 switch (static_cast<readobj_error>(EV)) {
33 case readobj_error::success: return "Success";
34 case readobj_error::file_not_found:
36 case readobj_error::unsupported_file_format:
38 case readobj_error::unrecognized_file_format:
40 case readobj_error::unsupported_obj_file_format:
42 case readobj_error::unknown_symbol:
45 llvm_unreachable("An enumerator of readobj_error does not have a message "
H A DError.h22 enum class readobj_error { class in namespace:llvm
31 inline std::error_code make_error_code(readobj_error e) {
38 template <> struct is_error_code_enum<llvm::readobj_error> : std::true_type {};
H A Dllvm-readobj.cpp201 return readobj_error::unsupported_file_format;
210 return readobj_error::unsupported_obj_file_format;
276 reportError(Arc->getFileName(), readobj_error::unrecognized_file_format);
285 reportError(File, readobj_error::file_not_found);
302 reportError(File, readobj_error::unrecognized_file_format);
H A DCOFFDumper.cpp93 return readobj_error::unsupported_obj_file_format;
96 return readobj_error::success;
113 return readobj_error::success;
116 return readobj_error::unknown_symbol;
320 return readobj_error::success;
H A DMachODumper.cpp63 return readobj_error::unsupported_obj_file_format;
66 return readobj_error::success;
H A DARMWinEHPrinter.cpp200 return readobj_error::unknown_symbol;
220 return readobj_error::unknown_symbol;
233 return readobj_error::unknown_symbol;
H A DARMEHABIPrinter.h354 return readobj_error::unknown_symbol;
H A DELFDumper.cpp90 return readobj_error::success;
112 return readobj_error::unsupported_obj_file_format;

Completed in 106 milliseconds