LLVM: llvm::DIFile::ChecksumInfo< T > Struct Template Reference (original) (raw)

A single checksum, represented by a Kind and a Value (a string). More...

#include "[llvm/IR/DebugInfoMetadata.h](DebugInfoMetadata%5F8h%5Fsource.html)"

Public Member Functions
ChecksumInfo (ChecksumKind Kind, T Value)
~ChecksumInfo ()=default
bool operator== (const ChecksumInfo< T > &X) const
bool operator!= (const ChecksumInfo< T > &X) const
StringRef getKindAsString () const
Public Attributes
ChecksumKind Kind
The kind of checksum which Value encodes.
T Value
The string value of the checksum.

Detailed Description

template<typename T>
struct llvm::DIFile::ChecksumInfo< T >

A single checksum, represented by a Kind and a Value (a string).

Definition at line 648 of file DebugInfoMetadata.h.

Constructor & Destructor Documentation

~ChecksumInfo()

Member Function Documentation

getKindAsString()

operator!=()

operator==()

Member Data Documentation

Kind

Value


The documentation for this struct was generated from the following file: