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

#include <LLVMContextImpl.h>

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

Public Member Functions

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

Public Attributes

unsigned Tag
 
StringRef Name
 
MetadataType
 
MetadataValue
 

Detailed Description

template<>
struct llvm::MDNodeKeyImpl< DITemplateValueParameter >

Definition at line 697 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

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

Definition at line 703 of file LLVMContextImpl.h.

Definition at line 705 of file LLVMContextImpl.h.

Member Function Documentation

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

Definition at line 713 of file LLVMContextImpl.h.

References llvm::hash_combine().

Member Data Documentation

Definition at line 699 of file LLVMContextImpl.h.

Definition at line 698 of file LLVMContextImpl.h.

Definition at line 700 of file LLVMContextImpl.h.

Definition at line 701 of file LLVMContextImpl.h.


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