LLVM 22.0.0git
|
#include "IR/LLVMContextImpl.h"
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 |
Definition at line 879 of file LLVMContextImpl.h.
|
inline |
|
inline |
|
inline |
Definition at line 900 of file LLVMContextImpl.h.
References Checksum, Directory, Filename, llvm::hash_combine(), and Source.
|
inline |
std::optional<DIFile::ChecksumInfo<MDString *> > llvm::MDNodeKeyImpl< DIFile >::Checksum |
Definition at line 882 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
MDString* llvm::MDNodeKeyImpl< DIFile >::Directory |
Definition at line 881 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
MDString* llvm::MDNodeKeyImpl< DIFile >::Filename |
Definition at line 880 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
MDString* llvm::MDNodeKeyImpl< DIFile >::Source |
Definition at line 883 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().