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

#include <LLVMContextImpl.h>

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

Public Member Functions

 MDNodeKeyImpl (Metadata *Variable, Metadata *Expression)
 
 MDNodeKeyImpl (const DIGlobalVariableExpression *N)
 
bool isKeyOf (const DIGlobalVariableExpression *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

MetadataVariable
 
MetadataExpression
 

Detailed Description

template<>
struct llvm::MDNodeKeyImpl< DIGlobalVariableExpression >

Definition at line 872 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

llvm::MDNodeKeyImpl< DIGlobalVariableExpression >::MDNodeKeyImpl ( Metadata Variable,
Metadata Expression 
)
inline

Definition at line 876 of file LLVMContextImpl.h.

Definition at line 878 of file LLVMContextImpl.h.

Member Function Documentation

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

Definition at line 885 of file LLVMContextImpl.h.

References llvm::hash_combine().

Member Data Documentation

Definition at line 874 of file LLVMContextImpl.h.

Definition at line 873 of file LLVMContextImpl.h.


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