Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewError.h34 const std::error_category &CVErrorCategory();
37 return std::error_code(static_cast<int>(E), CVErrorCategory());
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewError.cpp44 const std::error_category &llvm::codeview::CVErrorCategory() { in CVErrorCategory() function in llvm::codeview