Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawError.h41 const std::error_category &RawErrCategory();
44 return std::error_code(static_cast<int>(E), RawErrCategory());
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DRawError.cpp49 const std::error_category &llvm::pdb::RawErrCategory() { in RawErrCategory() function in llvm::pdb