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

#include "IR/LLVMContextImpl.h"

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

Public Member Functions

 MDNodeKeyImpl (MDString *Name, Metadata *Type, bool IsDefault)
 MDNodeKeyImpl (const DITemplateTypeParameter *N)
bool isKeyOf (const DITemplateTypeParameter *RHS) const
unsigned getHashValue () const

Public Attributes

MDStringName
MetadataType
bool IsDefault

Detailed Description

Definition at line 1169 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DITemplateTypeParameter >::MDNodeKeyImpl ( MDString * Name,
Metadata * Type,
bool IsDefault )
inline

Definition at line 1174 of file LLVMContextImpl.h.

References IsDefault, Name, and Type.

◆ MDNodeKeyImpl() [2/2]

Definition at line 1176 of file LLVMContextImpl.h.

References IsDefault, N, Name, and Type.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1185 of file LLVMContextImpl.h.

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

◆ isKeyOf()

Definition at line 1180 of file LLVMContextImpl.h.

References IsDefault, Name, RHS, and Type.

Member Data Documentation

◆ IsDefault

◆ Name

◆ Type


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