LLVM: llvm::MDNodeKeyImpl< DITemplateTypeParameter > Struct Reference (original) (raw)
#include "[IR/LLVMContextImpl.h](LLVMContextImpl%5F8h%5Fsource.html)"
Inheritance diagram for llvm::MDNodeKeyImpl< DITemplateTypeParameter >:
[legend]
| Public Member Functions | |
|---|---|
| MDNodeKeyImpl (MDString *Name, Metadata *Type, bool IsDefault) | |
| MDNodeKeyImpl (const DITemplateTypeParameter *N) | |
| bool | isKeyOf (const DITemplateTypeParameter *RHS) const |
| unsigned | getHashValue () const |
| Public Attributes | |
|---|---|
| MDString * | Name |
| Metadata * | Type |
| bool | IsDefault |
Detailed Description
Definition at line 1172 of file LLVMContextImpl.h.
Constructor & Destructor Documentation
| llvm::MDNodeKeyImpl< DITemplateTypeParameter >::MDNodeKeyImpl ( MDString * Name, Metadata * Type, bool IsDefault ) | inline |
|---|
Definition at line 1177 of file LLVMContextImpl.h.
References IsDefault, Name, and Type.
◆ MDNodeKeyImpl() [2/2]
| llvm::MDNodeKeyImpl< DITemplateTypeParameter >::MDNodeKeyImpl ( const DITemplateTypeParameter * N) | inline |
|---|
Definition at line 1179 of file LLVMContextImpl.h.
References IsDefault, N, Name, and Type.
Member Function Documentation
◆ getHashValue()
| unsigned llvm::MDNodeKeyImpl< DITemplateTypeParameter >::getHashValue ( ) const | inline |
|---|
Definition at line 1188 of file LLVMContextImpl.h.
References llvm::hash_combine(), IsDefault, Name, and Type.
◆ isKeyOf()
| bool llvm::MDNodeKeyImpl< DITemplateTypeParameter >::isKeyOf ( const DITemplateTypeParameter * RHS) const | inline |
|---|
Definition at line 1183 of file LLVMContextImpl.h.
References IsDefault, Name, RHS, and Type.
Member Data Documentation
◆ IsDefault
bool llvm::MDNodeKeyImpl< DITemplateTypeParameter >::IsDefault
Definition at line 1175 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
◆ Name
MDString* llvm::MDNodeKeyImpl< DITemplateTypeParameter >::Name
Definition at line 1173 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
◆ Type
Metadata* llvm::MDNodeKeyImpl< DITemplateTypeParameter >::Type
Definition at line 1174 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