LLVM 22.0.0git
llvm::MDNodeKeyImpl< DIExpression > Struct Reference

#include "IR/LLVMContextImpl.h"

Inheritance 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_tElements

Detailed Description

Definition at line 1350 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

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

Definition at line 1353 of file LLVMContextImpl.h.

References Elements.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 1354 of file LLVMContextImpl.h.

References Elements, and N.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1360 of file LLVMContextImpl.h.

References Elements, and llvm::hash_combine_range().

◆ isKeyOf()

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

Definition at line 1356 of file LLVMContextImpl.h.

References Elements, and RHS.

Member Data Documentation

◆ Elements


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