24 std::string message(
int IE)
const override {
30 return "Invalid file format (bad magic)";
32 return "Unsupported format version";
34 return "Too much profile data";
36 return "Truncated profile data";
38 return "Malformed profile data";
40 return "Unrecognized profile encoding format";
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
static ManagedStatic< _object_error_category > error_category
const std::error_category & sampleprof_category()
static ManagedStatic< SampleProfErrorCategoryType > ErrorCategory
ManagedStatic - This transparently changes the behavior of global statics to be lazily constructed on...