LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::MDNodeKeyImpl< DITemplateValueParameter > Struct Reference

#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
 
MDStringName
 
MetadataType
 
bool IsDefault
 
MetadataValue
 

Detailed Description

Definition at line 1034 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DITemplateValueParameter >::MDNodeKeyImpl ( unsigned  Tag,
MDString Name,
Metadata Type,
bool  IsDefault,
Metadata Value 
)
inline

Definition at line 1041 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

Definition at line 1044 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

unsigned llvm::MDNodeKeyImpl< DITemplateValueParameter >::getHashValue ( ) const
inline

Definition at line 1054 of file LLVMContextImpl.h.

References llvm::hash_combine(), and Name.

◆ isKeyOf()

Definition at line 1048 of file LLVMContextImpl.h.

References Name, and RHS.

Member Data Documentation

◆ IsDefault

Definition at line 1038 of file LLVMContextImpl.h.

◆ Name

Definition at line 1036 of file LLVMContextImpl.h.

◆ Tag

Definition at line 1035 of file LLVMContextImpl.h.

◆ Type

Definition at line 1037 of file LLVMContextImpl.h.

◆ Value

Definition at line 1039 of file LLVMContextImpl.h.


The documentation for this struct was generated from the following file: