reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
31 case obj2yaml_error::success: 33 case obj2yaml_error::file_not_found: 35 case obj2yaml_error::unrecognized_file_format: 37 case obj2yaml_error::unsupported_obj_file_format: 39 case obj2yaml_error::not_implemented:tools/obj2yaml/Error.h
27 inline std::error_code make_error_code(obj2yaml_error e) { 34 Obj2YamlError(obj2yaml_error C) : Code(C) {} 36 Obj2YamlError(obj2yaml_error C, std::string ErrMsg) 44 obj2yaml_error Code;tools/obj2yaml/dwarf2yaml.cpp
356 return obj2yaml_error::success;
tools/obj2yaml/elf2yaml.cpp187 return createStringError(obj2yaml_error::not_implemented, 198 obj2yaml_error::not_implemented,tools/obj2yaml/macho2yaml.cpp
551 return obj2yaml_error::success; 558 return obj2yaml_error::success; 561 return obj2yaml_error::unsupported_obj_file_format;tools/obj2yaml/obj2yaml.cpp
33 return errorCodeToError(obj2yaml_error::unsupported_obj_file_format);
usr/include/c++/7.4.0/system_error 156 error_code(_ErrorCodeEnum __e) noexcept