LLVM: llvm::DIArgListKeyInfo Struct Reference (original) (raw)

#include "[IR/LLVMContextImpl.h](LLVMContextImpl%5F8h%5Fsource.html)"

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 1492 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

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

Definition at line 1495 of file LLVMContextImpl.h.

References Args.

DIArgListKeyInfo() [2/2]

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

Definition at line 1496 of file LLVMContextImpl.h.

References Args, and N.

Member Function Documentation

getHashValue()

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

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

References Args, and RHS.

Member Data Documentation

Args

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

Definition at line 1493 of file LLVMContextImpl.h.

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


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