Searched refs:obj2yaml_error (Results 1 – 11 of 11) sorted by relevance
31 switch (static_cast<obj2yaml_error>(ev)) { in message()32 case obj2yaml_error::success: in message()34 case obj2yaml_error::file_not_found: in message()36 case obj2yaml_error::unrecognized_file_format: in message()38 case obj2yaml_error::unsupported_obj_file_format: in message()40 case obj2yaml_error::not_implemented: in message()
20 enum class obj2yaml_error { enum28 inline std::error_code make_error_code(obj2yaml_error e) { in make_error_code()35 Obj2YamlError(obj2yaml_error C) : Code(C) {} in Obj2YamlError()37 Obj2YamlError(obj2yaml_error C, std::string ErrMsg) in Obj2YamlError()45 obj2yaml_error Code;51 template <> struct is_error_code_enum<llvm::obj2yaml_error> : std::true_type {};
28 return obj2yaml_error::unsupported_obj_file_format; in dumpObject()45 return obj2yaml_error::unrecognized_file_format; in dumpInput()
192 return obj2yaml_error::success; in dumpSymbol()199 return obj2yaml_error::success; in dumpSymbol()225 return obj2yaml_error::success; in dumpRelocation()251 return obj2yaml_error::success; in dumpCommonSection()270 return obj2yaml_error::success; in dumpCommonRelocationSection()453 return obj2yaml_error::unsupported_obj_file_format; in elf2yaml()
516 return obj2yaml_error::success; in macho2yaml()523 return obj2yaml_error::success; in macho2yaml()526 return obj2yaml_error::unsupported_obj_file_format; in macho2yaml()
266 return obj2yaml_error::success; in dumpSymbol()273 return obj2yaml_error::success; in dumpSymbol()310 return obj2yaml_error::success; in dumpRelocation()336 return obj2yaml_error::success; in dumpCommonSection()355 return obj2yaml_error::success; in dumpCommonRelocationSection()546 return obj2yaml_error::unsupported_obj_file_format; in elf2yaml()
28 return obj2yaml_error::unsupported_obj_file_format; in dumpObject()
542 return obj2yaml_error::success; in macho2yaml()549 return obj2yaml_error::success; in macho2yaml()552 return obj2yaml_error::unsupported_obj_file_format; in macho2yaml()
356 return obj2yaml_error::success; in dwarf2yaml()