LLVM 20.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 1035 of file LLVMContextImpl.h.
|
inline |
Definition at line 1042 of file LLVMContextImpl.h.
|
inline |
Definition at line 1045 of file LLVMContextImpl.h.
|
inline |
Definition at line 1055 of file LLVMContextImpl.h.
References llvm::hash_combine(), and Name.
|
inline |
Definition at line 1049 of file LLVMContextImpl.h.
bool llvm::MDNodeKeyImpl< DITemplateValueParameter >::IsDefault |
Definition at line 1039 of file LLVMContextImpl.h.
Definition at line 1037 of file LLVMContextImpl.h.
Definition at line 1036 of file LLVMContextImpl.h.
Definition at line 1038 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DITemplateValueParameter >::Value |
Definition at line 1040 of file LLVMContextImpl.h.