LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::DIArgListKeyInfo Struct Reference

#include "IR/LLVMContextImpl.h"

Public Member Functions

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

Public Attributes

ArrayRef< ValueAsMetadata * > Args
 

Detailed Description

Definition at line 1317 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ DIArgListKeyInfo() [1/2]

llvm::DIArgListKeyInfo::DIArgListKeyInfo ( ArrayRef< ValueAsMetadata * >  Args)
inline

Definition at line 1320 of file LLVMContextImpl.h.

◆ DIArgListKeyInfo() [2/2]

llvm::DIArgListKeyInfo::DIArgListKeyInfo ( const DIArgList N)
inline

Definition at line 1321 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

unsigned llvm::DIArgListKeyInfo::getHashValue ( ) const
inline

Definition at line 1325 of file LLVMContextImpl.h.

References Args, and llvm::hash_combine_range().

Referenced by llvm::DIArgListInfo::getHashValue().

◆ isKeyOf()

bool llvm::DIArgListKeyInfo::isKeyOf ( const DIArgList RHS) const
inline

Definition at line 1323 of file LLVMContextImpl.h.

References Args, and RHS.

Member Data Documentation

◆ Args

ArrayRef<ValueAsMetadata *> llvm::DIArgListKeyInfo::Args

Definition at line 1318 of file LLVMContextImpl.h.

Referenced by getHashValue(), and isKeyOf().


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