|
LLVM 23.0.0git
|
#include "IR/LLVMContextImpl.h"
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 |
Definition at line 1189 of file LLVMContextImpl.h.
|
inline |
Definition at line 1194 of file LLVMContextImpl.h.
|
inline |
|
inline |
Definition at line 1205 of file LLVMContextImpl.h.
References llvm::hash_combine(), IsDefault, Name, and Type.
|
inline |
| bool llvm::MDNodeKeyImpl< DITemplateTypeParameter >::IsDefault |
Definition at line 1192 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Definition at line 1190 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Definition at line 1191 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().