enum class sampleprof_error
Declared at: llvm/include/llvm/ProfileData/SampleProf.h:43
Enumerators
Name | Value | Comment |
---|---|---|
success | 0 | |
bad_magic | 1 | |
unsupported_version | 2 | |
too_large | 3 | |
truncated | 4 | |
malformed | 5 | |
unrecognized_format | 6 | |
unsupported_writing_format | 7 | |
truncated_name_table | 8 | |
not_implemented | 9 | |
counter_overflow | 10 | |
ostream_seek_unsupported | 11 | |
compress_failed | 12 | |
uncompress_failed | 13 | |
zlib_unavailable | 14 |