Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DError.cpp22 class _object_error_category : public std::error_category { class
29 const char *_object_error_category::name() const LLVM_NOEXCEPT { in name()
33 std::string _object_error_category::message(int EV) const { in message()
52 static ManagedStatic<_object_error_category> error_category;