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

#include <LLVMContextImpl.h>

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

Public Member Functions

 MDNodeKeyImpl (ArrayRef< uint64_t > Elements)
 
 MDNodeKeyImpl (const DIExpression *N)
 
bool isKeyOf (const DIExpression *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

ArrayRef< uint64_t > Elements
 

Detailed Description

template<>
struct llvm::MDNodeKeyImpl< DIExpression >

Definition at line 791 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

llvm::MDNodeKeyImpl< DIExpression >::MDNodeKeyImpl ( ArrayRef< uint64_t >  Elements)
inline

Definition at line 794 of file LLVMContextImpl.h.

Definition at line 795 of file LLVMContextImpl.h.

Member Function Documentation

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

Definition at line 800 of file LLVMContextImpl.h.

References llvm::hash_combine_range().

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

Definition at line 797 of file LLVMContextImpl.h.

References llvm::DIExpression::getElements().

Member Data Documentation

ArrayRef<uint64_t> llvm::MDNodeKeyImpl< DIExpression >::Elements

Definition at line 792 of file LLVMContextImpl.h.


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