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

#include "IR/LLVMContextImpl.h"

Collaboration diagram for llvm::MDNodeKeyImpl< DIGlobalVariableExpression >:
Collaboration graph
[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 991 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

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

Definition at line 995 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

Definition at line 997 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1005 of file LLVMContextImpl.h.

References llvm::hash_combine().

◆ isKeyOf()

Member Data Documentation

◆ Expression

Definition at line 993 of file LLVMContextImpl.h.

◆ Variable

Definition at line 992 of file LLVMContextImpl.h.


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