enum DIFile::ChecksumKind
Description
Which algorithm (e.g. MD5) a checksum was generated with. The encoding is explicit because it is used directly in Bitcode. The value 0 is reserved to indicate the absence of a checksum in Bitcode.
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:461
Enumerators
Name | Value | Comment |
---|---|---|
CSK_MD5 | 1 | |
CSK_SHA1 | 2 | |
CSK_Last | 2 |