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

#include "IR/LLVMContextImpl.h"

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

Public Member Functions

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

Public Attributes

MDStringName
 
MetadataType
 

Detailed Description

template<>
struct llvm::MDNodeKeyImpl< DITemplateTypeParameter >

Definition at line 821 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

Definition at line 825 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

Definition at line 826 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 833 of file LLVMContextImpl.h.

References llvm::hash_combine().

◆ isKeyOf()

Member Data Documentation

◆ Name

Definition at line 822 of file LLVMContextImpl.h.

◆ Type

Definition at line 823 of file LLVMContextImpl.h.


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