Searched refs:YamlReaderCategory (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DError.h23 const std::error_category &YamlReaderCategory();
31 return std::error_code(static_cast<int>(e), YamlReaderCategory());
/freebsd-13-stable/contrib/llvm-project/lld/lib/Core/
H A DError.cpp38 const std::error_category &lld::YamlReaderCategory() { function in class:lld

Completed in 102 milliseconds