Home
last modified time | relevance | path

Searched refs:obj2yaml_error (Results 1 – 5 of 5) sorted by relevance

/external/llvm/tools/obj2yaml/
DError.cpp31 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()
DError.h20 enum class obj2yaml_error { enum
28 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 {};
Dobj2yaml.cpp28 return obj2yaml_error::unsupported_obj_file_format; in dumpObject()
45 return obj2yaml_error::unrecognized_file_format; in dumpInput()
Delf2yaml.cpp195 return obj2yaml_error::success; in dumpSymbol()
202 return obj2yaml_error::success; in dumpSymbol()
228 return obj2yaml_error::success; in dumpRelocation()
254 return obj2yaml_error::success; in dumpCommonSection()
273 return obj2yaml_error::success; in dumpCommonRelocationSection()
456 return obj2yaml_error::unsupported_obj_file_format; in elf2yaml()
Dmacho2yaml.cpp516 return obj2yaml_error::success; in macho2yaml()
523 return obj2yaml_error::success; in macho2yaml()
526 return obj2yaml_error::unsupported_obj_file_format; in macho2yaml()