Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewError.h34 const std::error_category &CVErrorCategory();
37 return std::error_code(static_cast<int>(E), CVErrorCategory());
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
DCodeViewError.cpp44 const std::error_category &llvm::codeview::CVErrorCategory() { in CVErrorCategory() function in llvm::codeview