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

#include "IR/LLVMContextImpl.h"

Collaboration diagram for llvm::MDNodeKeyImpl< DITemplateValueParameter >:
Collaboration graph
[legend]

Public Member Functions

 MDNodeKeyImpl (unsigned Tag, MDString *Name, Metadata *Type, Metadata *Value)
 
 MDNodeKeyImpl (const DITemplateValueParameter *N)
 
bool isKeyOf (const DITemplateValueParameter *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

unsigned Tag
 
MDStringName
 
MetadataType
 
MetadataValue
 

Detailed Description

template<>
struct llvm::MDNodeKeyImpl< DITemplateValueParameter >

Definition at line 836 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

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

Definition at line 842 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

Definition at line 844 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 853 of file LLVMContextImpl.h.

References llvm::hash_combine().

◆ isKeyOf()

Member Data Documentation

◆ Name

Definition at line 838 of file LLVMContextImpl.h.

◆ Tag

Definition at line 837 of file LLVMContextImpl.h.

◆ Type

Definition at line 839 of file LLVMContextImpl.h.

◆ Value

Definition at line 840 of file LLVMContextImpl.h.


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