Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDRawError.h43 const std::error_category &RawErrCategory();
46 return std::error_code(static_cast<int>(E), RawErrCategory());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDRawError.cpp51 const std::error_category &llvm::pdb::RawErrCategory() { return *RawCategory; } in RawErrCategory() function in llvm::pdb