LLVM 22.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
MDNodeKeyImpl (ArrayRef< uint64_t > Elements) | |
MDNodeKeyImpl (const DIExpression *N) | |
bool | isKeyOf (const DIExpression *RHS) const |
unsigned | getHashValue () const |
Public Attributes | |
ArrayRef< uint64_t > | Elements |
Definition at line 1350 of file LLVMContextImpl.h.
|
inline |
Definition at line 1353 of file LLVMContextImpl.h.
References Elements.
|
inline |
Definition at line 1354 of file LLVMContextImpl.h.
|
inline |
Definition at line 1360 of file LLVMContextImpl.h.
References Elements, and llvm::hash_combine_range().
|
inline |
Definition at line 1356 of file LLVMContextImpl.h.
ArrayRef<uint64_t> llvm::MDNodeKeyImpl< DIExpression >::Elements |
Definition at line 1351 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().