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

#include "IR/LLVMContextImpl.h"

Public Member Functions

 MDNodeKeyImpl (ArrayRef< ValueAsMetadata * > Args)
 
 MDNodeKeyImpl (const DIArgList *N)
 
bool isKeyOf (const DIArgList *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

ArrayRef< ValueAsMetadata * > Args
 

Detailed Description

Definition at line 1310 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DIArgList >::MDNodeKeyImpl ( ArrayRef< ValueAsMetadata * >  Args)
inline

Definition at line 1313 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

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

Definition at line 1314 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1318 of file LLVMContextImpl.h.

References llvm::hash_combine_range().

◆ isKeyOf()

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

Definition at line 1316 of file LLVMContextImpl.h.

References RHS.

Member Data Documentation

◆ Args

Definition at line 1311 of file LLVMContextImpl.h.


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