|
LLVM 23.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
| MDNodeKeyImpl (unsigned Tag, MDString *Name, Metadata *Type, bool IsDefault, Metadata *Value) | |
| MDNodeKeyImpl (const DITemplateValueParameter *N) | |
| bool | isKeyOf (const DITemplateValueParameter *RHS) const |
| unsigned | getHashValue () const |
Public Attributes | |
| unsigned | Tag |
| MDString * | Name |
| Metadata * | Type |
| bool | IsDefault |
| Metadata * | Value |
Definition at line 1195 of file LLVMContextImpl.h.
|
inline |
|
inline |
Definition at line 1205 of file LLVMContextImpl.h.
References getTag(), getValue(), IsDefault, N, Name, Tag, Type, and Value.
|
inline |
Definition at line 1215 of file LLVMContextImpl.h.
References llvm::hash_combine(), IsDefault, Name, Tag, Type, and Value.
|
inline |
| bool llvm::MDNodeKeyImpl< DITemplateValueParameter >::IsDefault |
Definition at line 1199 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Definition at line 1197 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Definition at line 1196 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Definition at line 1198 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| Metadata* llvm::MDNodeKeyImpl< DITemplateValueParameter >::Value |
Definition at line 1200 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().