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

#include <LLVMContextImpl.h>

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

Public Member Functions

 MDNodeKeyImpl (int64_t Value, StringRef Name)
 
 MDNodeKeyImpl (const DIEnumerator *N)
 
bool isKeyOf (const DIEnumerator *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

int64_t Value
 
StringRef Name
 

Detailed Description

template<>
struct llvm::MDNodeKeyImpl< DIEnumerator >

Definition at line 291 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

llvm::MDNodeKeyImpl< DIEnumerator >::MDNodeKeyImpl ( int64_t  Value,
StringRef  Name 
)
inline

Definition at line 295 of file LLVMContextImpl.h.

Definition at line 296 of file LLVMContextImpl.h.

Member Function Documentation

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

Definition at line 302 of file LLVMContextImpl.h.

References llvm::hash_combine().

bool llvm::MDNodeKeyImpl< DIEnumerator >::isKeyOf ( const DIEnumerator RHS) const
inline

Member Data Documentation

Definition at line 293 of file LLVMContextImpl.h.

Definition at line 292 of file LLVMContextImpl.h.


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