|
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 1070 of file LLVMContextImpl.h.
|
inline |
Definition at line 1075 of file LLVMContextImpl.h.
References Discriminator, File, and Scope.
|
inline |
Definition at line 1077 of file LLVMContextImpl.h.
References Discriminator, File, N, and Scope.
|
inline |
Definition at line 1086 of file LLVMContextImpl.h.
References Discriminator, File, llvm::hash_combine(), and Scope.
|
inline |
Definition at line 1081 of file LLVMContextImpl.h.
References Discriminator, File, RHS, and Scope.
| unsigned llvm::MDNodeKeyImpl< DILexicalBlockFile >::Discriminator |
Definition at line 1073 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| Metadata* llvm::MDNodeKeyImpl< DILexicalBlockFile >::File |
Definition at line 1072 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| Metadata* llvm::MDNodeKeyImpl< DILexicalBlockFile >::Scope |
Definition at line 1071 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().