enum class PDB_Checksum

Description

Specifies the hash algorithm that a source file from a PDB was hashed with. This corresponds to the CV_SourceChksum_t enumeration and are documented here: https://msdn.microsoft.com/en-us/library/e96az21x.aspx

Declared at: llvm/include/llvm/DebugInfo/PDB/PDBTypes.h:119

Enumerators

NameValueComment
None0
MD51
SHA12
SHA2563