enum class instrprof_error
Declared at: llvm/include/llvm/ProfileData/InstrProf.h:275
Enumerators
Name | Value | Comment |
---|---|---|
success | 0 | |
eof | 1 | |
unrecognized_format | 2 | |
bad_magic | 3 | |
bad_header | 4 | |
unsupported_version | 5 | |
unsupported_hash_type | 6 | |
too_large | 7 | |
truncated | 8 | |
malformed | 9 | |
unknown_function | 10 | |
hash_mismatch | 11 | |
count_mismatch | 12 | |
counter_overflow | 13 | |
value_site_count_mismatch | 14 | |
compress_failed | 15 | |
uncompress_failed | 16 | |
empty_raw_profile | 17 | |
zlib_unavailable | 18 |