LLVM 17.0.0git
|
#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 |
Definition at line 1301 of file LLVMContextImpl.h.
|
inline |
Definition at line 1304 of file LLVMContextImpl.h.
|
inline |
Definition at line 1305 of file LLVMContextImpl.h.
|
inline |
Definition at line 1309 of file LLVMContextImpl.h.
References llvm::hash_combine_range().
|
inline |
Definition at line 1307 of file LLVMContextImpl.h.
References RHS.
ArrayRef<ValueAsMetadata *> llvm::MDNodeKeyImpl< DIArgList >::Args |
Definition at line 1302 of file LLVMContextImpl.h.