LLVM 22.0.0git
|
A single checksum, represented by a Kind and a Value (a string). More...
#include "llvm/IR/DebugInfoMetadata.h"
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. |
A single checksum, represented by a Kind and a Value (a string).
Definition at line 599 of file DebugInfoMetadata.h.
|
inline |
Definition at line 605 of file DebugInfoMetadata.h.
References Kind, T, and Value.
Referenced by operator!=(), and operator==().
|
default |
|
inline |
Definition at line 611 of file DebugInfoMetadata.h.
References Kind.
|
inline |
Definition at line 610 of file DebugInfoMetadata.h.
References ChecksumInfo(), and X.
|
inline |
Definition at line 607 of file DebugInfoMetadata.h.
References ChecksumInfo(), Kind, Value, and X.
ChecksumKind llvm::DIFile::ChecksumInfo< T >::Kind |
The kind of checksum which Value encodes.
Definition at line 601 of file DebugInfoMetadata.h.
Referenced by ChecksumInfo(), getKindAsString(), and operator==().
T llvm::DIFile::ChecksumInfo< T >::Value |
The string value of the checksum.
Definition at line 603 of file DebugInfoMetadata.h.
Referenced by ChecksumInfo(), and operator==().