LLVM 22.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
MDNodeKeyImpl (Metadata *Scope, Metadata *File, unsigned Discriminator) | |
MDNodeKeyImpl (const DILexicalBlockFile *N) | |
bool | isKeyOf (const DILexicalBlockFile *RHS) const |
unsigned | getHashValue () const |
Public Attributes | |
Metadata * | Scope |
Metadata * | File |
unsigned | Discriminator |
Definition at line 1067 of file LLVMContextImpl.h.
|
inline |
Definition at line 1072 of file LLVMContextImpl.h.
References Discriminator, File, and Scope.
|
inline |
Definition at line 1074 of file LLVMContextImpl.h.
References Discriminator, File, N, and Scope.
|
inline |
Definition at line 1083 of file LLVMContextImpl.h.
References Discriminator, File, llvm::hash_combine(), and Scope.
|
inline |
Definition at line 1078 of file LLVMContextImpl.h.
References Discriminator, File, RHS, and Scope.
unsigned llvm::MDNodeKeyImpl< DILexicalBlockFile >::Discriminator |
Definition at line 1070 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Metadata* llvm::MDNodeKeyImpl< DILexicalBlockFile >::File |
Definition at line 1069 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Metadata* llvm::MDNodeKeyImpl< DILexicalBlockFile >::Scope |
Definition at line 1068 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().