Home
last modified time | relevance | path

Searched refs:obj2yaml_error (Results 1 – 11 of 11) 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.cpp192 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()
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()
/external/swiftshader/third_party/llvm-7.0/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 {};
Delf2yaml.cpp266 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()
Dobj2yaml.cpp28 return obj2yaml_error::unsupported_obj_file_format; in dumpObject()
Dmacho2yaml.cpp542 return obj2yaml_error::success; in macho2yaml()
549 return obj2yaml_error::success; in macho2yaml()
552 return obj2yaml_error::unsupported_obj_file_format; in macho2yaml()
Ddwarf2yaml.cpp356 return obj2yaml_error::success; in dwarf2yaml()