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 1049 of file LLVMContextImpl.h.
|
inline |
Definition at line 1056 of file LLVMContextImpl.h.
|
inline |
Definition at line 1059 of file LLVMContextImpl.h.
|
inline |
Definition at line 1069 of file LLVMContextImpl.h.
References llvm::hash_combine(), Name, and llvm::Tag.
|
inline |
Definition at line 1063 of file LLVMContextImpl.h.
bool llvm::MDNodeKeyImpl< DITemplateValueParameter >::IsDefault |
Definition at line 1053 of file LLVMContextImpl.h.
Definition at line 1051 of file LLVMContextImpl.h.
Definition at line 1050 of file LLVMContextImpl.h.
Definition at line 1052 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DITemplateValueParameter >::Value |
Definition at line 1054 of file LLVMContextImpl.h.