30 #ifndef LLVM_SUPPORT_ERRC_H 31 #define LLVM_SUPPORT_ERRC_H 33 #include <system_error> 51 int(std::errc::inappropriate_io_control_operation),
72 int(std::errc::resource_unavailable_try_again),
80 return std::error_code(static_cast<int>(E), std::generic_category());
85 template <>
struct is_error_code_enum<
llvm::
errc> : std::true_type {};
This class represents lattice values for constants.
std::error_code make_error_code(BitcodeError E)
static GCRegistry::Add< CoreCLRGC > E("coreclr", "CoreCLR-compatible GC")