LLVM: llvm::MDNodeKeyImpl< DIFile > Struct Reference (original) (raw)
#include "[IR/LLVMContextImpl.h](LLVMContextImpl%5F8h%5Fsource.html)"
Inheritance diagram for llvm::MDNodeKeyImpl< DIFile >:
[legend]
| Public Member Functions | |
|---|---|
| MDNodeKeyImpl (MDString *Filename, MDString *Directory, std::optional< DIFile::ChecksumInfo< MDString * > > Checksum, MDString *Source) | |
| MDNodeKeyImpl (const DIFile *N) | |
| bool | isKeyOf (const DIFile *RHS) const |
| unsigned | getHashValue () const |
| Public Attributes | |
|---|---|
| MDString * | Filename |
| MDString * | Directory |
| std::optional< DIFile::ChecksumInfo< MDString * > > | Checksum |
| MDString * | Source |
Detailed Description
Definition at line 882 of file LLVMContextImpl.h.
Constructor & Destructor Documentation
| llvm::MDNodeKeyImpl< DIFile >::MDNodeKeyImpl ( MDString * Filename, MDString * Directory, std::optional< DIFile::ChecksumInfo< MDString * > > Checksum, MDString * Source ) | inline |
|---|
Definition at line 888 of file LLVMContextImpl.h.
References Checksum, Directory, Filename, and Source.
◆ MDNodeKeyImpl() [2/2]
| llvm::MDNodeKeyImpl< DIFile >::MDNodeKeyImpl ( const DIFile * N) | inline |
|---|
Definition at line 893 of file LLVMContextImpl.h.
References Checksum, Directory, Filename, N, and Source.
Member Function Documentation
◆ getHashValue()
| unsigned llvm::MDNodeKeyImpl< DIFile >::getHashValue ( ) const | inline |
|---|
Definition at line 903 of file LLVMContextImpl.h.
References Checksum, Directory, Filename, llvm::hash_combine(), and Source.
◆ isKeyOf()
| bool llvm::MDNodeKeyImpl< DIFile >::isKeyOf ( const DIFile * RHS) const | inline |
|---|
Definition at line 897 of file LLVMContextImpl.h.
References Checksum, Directory, Filename, RHS, and Source.
Member Data Documentation
◆ Checksum
std::optional<DIFile::ChecksumInfo<MDString *> > llvm::MDNodeKeyImpl< DIFile >::Checksum
Definition at line 885 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
◆ Directory
MDString* llvm::MDNodeKeyImpl< DIFile >::Directory
Definition at line 884 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
◆ Filename
MDString* llvm::MDNodeKeyImpl< DIFile >::Filename
Definition at line 883 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
◆ Source
MDString* llvm::MDNodeKeyImpl< DIFile >::Source
Definition at line 886 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
The documentation for this struct was generated from the following file:
- lib/IR/LLVMContextImpl.h