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

#include "IR/LLVMContextImpl.h"

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

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

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

Definition at line 979 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

Definition at line 980 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

◆ isKeyOf()

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

Definition at line 982 of file LLVMContextImpl.h.

References llvm::DIExpression::getElements().

Member Data Documentation

◆ Elements

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

Definition at line 977 of file LLVMContextImpl.h.


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