Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DError.h25 const std::error_category &object_category();
41 return std::error_code(static_cast<int>(e), object_category()); in make_error_code()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DError.cpp77 const std::error_category &object::object_category() { in object_category() function in object