Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
DError.cpp19 class _obj2yaml_error_category : public std::error_category { class
26 const char *_obj2yaml_error_category::name() const LLVM_NOEXCEPT { in name()
30 std::string _obj2yaml_error_category::message(int ev) const { in message()
50 static _obj2yaml_error_category o; in obj2yaml_category()