Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h309 const std::error_category &BitcodeErrorCategory();
312 return std::error_code(static_cast<int>(E), BitcodeErrorCategory()); in make_error_code()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7768 const std::error_category &llvm::BitcodeErrorCategory() { in BitcodeErrorCategory() function in llvm