Searched refs:CVErrorCategory (Results 1 – 2 of 2) sorted by relevance
34 const std::error_category &CVErrorCategory();37 return std::error_code(static_cast<int>(E), CVErrorCategory());
44 const std::error_category &llvm::codeview::CVErrorCategory() { in CVErrorCategory() function in llvm::codeview