LLVM 20.0.0git
|
#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 |
Definition at line 1325 of file LLVMContextImpl.h.
|
inline |
Definition at line 1328 of file LLVMContextImpl.h.
Definition at line 1329 of file LLVMContextImpl.h.
|
inline |
Definition at line 1333 of file LLVMContextImpl.h.
References Args, and llvm::hash_combine_range().
Referenced by llvm::DIArgListInfo::getHashValue().
Definition at line 1331 of file LLVMContextImpl.h.
ArrayRef<ValueAsMetadata *> llvm::DIArgListKeyInfo::Args |
Definition at line 1326 of file LLVMContextImpl.h.
Referenced by getHashValue(), and isKeyOf().