LLVM 22.0.0git
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 1489 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ DIArgListKeyInfo() [1/2]

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

Definition at line 1492 of file LLVMContextImpl.h.

References Args.

◆ DIArgListKeyInfo() [2/2]

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

Definition at line 1493 of file LLVMContextImpl.h.

References Args, and N.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1497 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 1495 of file LLVMContextImpl.h.

References Args, and RHS.

Member Data Documentation

◆ Args

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

Definition at line 1490 of file LLVMContextImpl.h.

Referenced by DIArgListKeyInfo(), DIArgListKeyInfo(), getHashValue(), and isKeyOf().


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