LLVM 22.0.0git
llvm::MDNodeKeyImpl< DITemplateValueParameter > Struct Reference

#include "IR/LLVMContextImpl.h"

Inheritance diagram for llvm::MDNodeKeyImpl< DITemplateValueParameter >:
[legend]

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 1188 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 1195 of file LLVMContextImpl.h.

References IsDefault, Name, Tag, Type, and Value.

◆ MDNodeKeyImpl() [2/2]

Definition at line 1198 of file LLVMContextImpl.h.

References getTag(), IsDefault, N, Name, Tag, Type, and Value.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1208 of file LLVMContextImpl.h.

References llvm::hash_combine(), IsDefault, Name, Tag, Type, and Value.

◆ isKeyOf()

Definition at line 1202 of file LLVMContextImpl.h.

References IsDefault, Name, RHS, Tag, Type, and Value.

Member Data Documentation

◆ IsDefault

◆ Name

◆ Tag

◆ Type

◆ Value


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