Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DError.cpp24 class _object_error_category : public std::error_category { class
31 const char *_object_error_category::name() const noexcept { in name()
35 std::string _object_error_category::message(int EV) const { in message()
78 static _object_error_category error_category; in object_category()