|
LLVM
8.0.1
|
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. More... | |
| T | Value |
| The string value of the checksum. More... | |
A single checksum, represented by a Kind and a Value (a string).
Definition at line 520 of file DebugInfoMetadata.h.
|
inline |
Definition at line 526 of file DebugInfoMetadata.h.
|
default |
|
inline |
Definition at line 532 of file DebugInfoMetadata.h.
References C, DEFINE_MDNODE_GET, llvm::Optional< T >::emplace(), getFilename(), getImpl(), llvm::None, and llvm::Sched::Source.
|
inline |
Definition at line 531 of file DebugInfoMetadata.h.
References X.
|
inline |
Definition at line 528 of file DebugInfoMetadata.h.
References llvm::DIFile::ChecksumInfo< T >::Kind, and llvm::DIFile::ChecksumInfo< T >::Value.
| ChecksumKind llvm::DIFile::ChecksumInfo< T >::Kind |
The kind of checksum which Value encodes.
Definition at line 522 of file DebugInfoMetadata.h.
Referenced by llvm::DIFile::ChecksumInfo< T >::operator==().
| T llvm::DIFile::ChecksumInfo< T >::Value |
The string value of the checksum.
Definition at line 524 of file DebugInfoMetadata.h.
Referenced by llvm::DIFile::ChecksumInfo< T >::operator==().
1.8.13