LLVM 20.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 1198 of file LLVMContextImpl.h.
|
inline |
Definition at line 1201 of file LLVMContextImpl.h.
|
inline |
Definition at line 1202 of file LLVMContextImpl.h.
|
inline |
Definition at line 1208 of file LLVMContextImpl.h.
References llvm::hash_combine_range().
|
inline |
Definition at line 1204 of file LLVMContextImpl.h.
References RHS.
ArrayRef<uint64_t> llvm::MDNodeKeyImpl< DIExpression >::Elements |
Definition at line 1199 of file LLVMContextImpl.h.