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

#include "IR/LLVMContextImpl.h"

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_tElements
 

Detailed Description

Definition at line 1176 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

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

Definition at line 1179 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

llvm::MDNodeKeyImpl< DIExpression >::MDNodeKeyImpl ( const DIExpression N)
inline

Definition at line 1180 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1186 of file LLVMContextImpl.h.

References llvm::hash_combine_range().

◆ isKeyOf()

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

Definition at line 1182 of file LLVMContextImpl.h.

References RHS.

Member Data Documentation

◆ Elements

Definition at line 1177 of file LLVMContextImpl.h.


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