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

NameValueComment
CSK_MD51
CSK_SHA12
CSK_Last2