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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewError.h36 const std::error_category &CVErrorCategory();
39 return std::error_code(static_cast<int>(E), CVErrorCategory());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewError.cpp45 const std::error_category &llvm::codeview::CVErrorCategory() { function in class:llvm::codeview

Completed in 58 milliseconds