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

#include "IR/LLVMContextImpl.h"

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

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

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

Definition at line 1013 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

Definition at line 1015 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1024 of file LLVMContextImpl.h.

References llvm::hash_combine(), and Name.

◆ isKeyOf()

Definition at line 1019 of file LLVMContextImpl.h.

References Name, and RHS.

Member Data Documentation

◆ IsDefault

Definition at line 1011 of file LLVMContextImpl.h.

◆ Name

Definition at line 1009 of file LLVMContextImpl.h.

◆ Type

Definition at line 1010 of file LLVMContextImpl.h.


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