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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DGenericError.h35 const std::error_category &PDBErrCategory();
38 return std::error_code(static_cast<int>(E), PDBErrCategory());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DGenericError.cpp46 const std::error_category &llvm::pdb::PDBErrCategory() { return *PDBCategory; } function in class:llvm::pdb

Completed in 54 milliseconds